Author: rhult Date: Sun Feb 17 09:54:57 2008 New Revision: 19603 URL: http://svn.gnome.org/viewvc/gtk+?rev=19603&view=rev
Log: 2008-02-17 Richard Hult <[EMAIL PROTECTED]> * gdk/quartz/gdkevents-quartz.c (_gdk_quartz_events_update_mouse_window): Highlight the mouse window when event debugging is enabled. Modified: trunk/ChangeLog trunk/gdk/quartz/gdkevents-quartz.c Modified: trunk/gdk/quartz/gdkevents-quartz.c ============================================================================== --- trunk/gdk/quartz/gdkevents-quartz.c (original) +++ trunk/gdk/quartz/gdkevents-quartz.c Sun Feb 17 09:54:57 2008 @@ -885,6 +885,11 @@ if (window == current_mouse_window) return; +#ifdef G_ENABLE_DEBUG + if (_gdk_debug_flags & GDK_DEBUG_EVENTS) + _gdk_quartz_window_debug_highlight (window); +#endif /* G_ENABLE_DEBUG */ + if (window) g_object_ref (window); if (current_mouse_window) _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.