Move implicit grab tracking totally to common code

This commit is contained in:
Alexander Larsson
2009-02-02 14:57:08 +01:00
committed by Alexander Larsson
parent d6ad734c7f
commit 5be3f38535
6 changed files with 21 additions and 84 deletions

View File

@ -164,8 +164,6 @@ void _gdk_x11_initialize_locale (void);
void _gdk_xgrab_check_unmap (GdkWindow *window,
gulong serial);
void _gdk_xgrab_check_destroy (GdkWindow *window);
void _gdk_xgrab_check_button_event (GdkWindow *window,
XEvent *xevent);
gboolean _gdk_x11_display_is_root_window (GdkDisplay *display,
Window xroot_window);