mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
x11: Fix typo in clutter_x11_set_use_argb_visual() declaration
The function should have a lowercase x11, not an uppercase X11 in its name.
This commit is contained in:
parent
148145ea1a
commit
e019547e8c
@ -128,7 +128,7 @@ gboolean clutter_x11_has_xinput (void);
|
||||
|
||||
gboolean clutter_x11_has_composite_extension (void);
|
||||
|
||||
void clutter_X11_set_use_argb_visual (gboolean use_argb);
|
||||
void clutter_x11_set_use_argb_visual (gboolean use_argb);
|
||||
gboolean clutter_x11_get_use_argb_visual (void);
|
||||
|
||||
Time clutter_x11_get_current_event_time (void);
|
||||
|
Loading…
Reference in New Issue
Block a user