GNOME Bugzilla – Bug 763285
gdkwindow/Win32: Make update_style_bits() available across the GDK-Win32 backend
Last modified: 2016-03-08 05:30:29 UTC
Hi, This is a continuation of bug 763080, so that we can update the style bits for a window when needed, by directly calling update_style_bits(), within the GDK-Win32 backend, instead of doing so by doing gdk_window_set_type_hint(). With blessings, thank you!
Created attachment 323351 [details] [review] Make update_style_bits() available within the GDK-Win32 backend Hi, We achieve this by simply renaming it, making the function non-static, and instead declare its prototype in the gdkwindow-win32.h private header. With blessings, thank you!
Review of attachment 323351 [details] [review]: I kind of expected smaller patch (add a new function that calls update_style_bits(), not rename update_style_bits() itself and all of its invocations), but this will work just as well. Push.
Hi LRN, Thanks, I have pushed the patch as 15c9b3e. With blessings, thank you!