Free the translate queue when closing a display
Not that many people are ever going to hit this. https://bugzilla.gnome.org/show_bug.cgi?id=645236
This commit is contained in:
@ -138,6 +138,8 @@ void _gdk_x11_window_translate (GdkWindow *window,
|
||||
gint dx,
|
||||
gint dy);
|
||||
|
||||
void _gdk_x11_display_free_translate_queue (GdkDisplay *display);
|
||||
|
||||
void _gdk_x11_selection_window_destroyed (GdkWindow *window);
|
||||
gboolean _gdk_x11_selection_filter_clear_event (XSelectionClearEvent *event);
|
||||
|
||||
|
Reference in New Issue
Block a user