mirror of
https://github.com/brl/mutter.git
synced 2025-07-28 12:38:04 +00:00
Export methods interact with user_time
This is useful when calling some of the lower level mutter functions, e.g. controlling window stacking. https://bugzilla.gnome.org/show_bug.cgi?id=616050
This commit is contained in:
@@ -82,6 +82,12 @@ gboolean meta_display_xwindow_is_a_no_focus_window (MetaDisplay *display,
|
||||
int meta_display_get_damage_event_base (MetaDisplay *display);
|
||||
int meta_display_get_shape_event_base (MetaDisplay *display);
|
||||
Atom meta_display_get_atom (MetaDisplay *display, MetaAtom meta_atom);
|
||||
|
||||
gboolean meta_display_xserver_time_is_before (MetaDisplay *display,
|
||||
guint32 time1,
|
||||
guint32 time2);
|
||||
|
||||
guint32 meta_display_get_last_user_time (MetaDisplay *display);
|
||||
guint32 meta_display_get_current_time (MetaDisplay *display);
|
||||
guint32 meta_display_get_current_time_roundtrip (MetaDisplay *display);
|
||||
|
||||
|
Reference in New Issue
Block a user