mirror of
https://github.com/brl/mutter.git
synced 2025-07-04 10:05:31 +00:00
window: Remove pending pings in unmanage
This makes sure that we see them for Wayland clients as well, and don't time out and crash when we're accessing an invalid window / surface. Spotted-by: Rui Matos <tiagomatos@gmail.com>
This commit is contained in:
@ -445,6 +445,9 @@ void meta_display_sanity_check_timestamps (MetaDisplay *display,
|
||||
gboolean meta_display_timestamp_too_old (MetaDisplay *display,
|
||||
guint32 *timestamp);
|
||||
|
||||
void meta_display_remove_pending_pings_for_window (MetaDisplay *display,
|
||||
MetaWindow *window);
|
||||
|
||||
MetaGestureTracker * meta_display_get_gesture_tracker (MetaDisplay *display);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user