GNOME Bugzilla – Bug 320872
Add gdk_window_get_type_hint()
Last modified: 2005-11-08 14:46:00 UTC
Attached patch from maemo-gtk adds gdk_window_get_type_hint().
Created attachment 54417 [details] [review] Patch against HEAD implementing the function
since we already have gdk_window_set_type_hint(), the addition of gdk_window_get_type_hint() should be applied, however the return value of XGetWindowProperty() should be checked and the code should fallback to GDK_WINDOW_TYPE_HINT_NORMAL as well in case the query went wrong.
Added the missing check and comitted to HEAD: 2005-11-08 Michael Natterer <mitch@imendio.com> * gdk/gdk.symbols * gdk/gdkwindow.h * gdk/x11/gdkwindow-x11.c: added gdk_window_get_type_hint() (patch extracted from maemo-gtk). Fixes bug #320872.