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:
Matthias Clasen
2011-04-08 21:34:25 -04:00
parent 9e6d3d969c
commit fbf1093d5c
3 changed files with 18 additions and 0 deletions

View File

@ -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);