GNOME Bugzilla – Bug 720342
gdkwindow: Use GdkWindowHints instead of guint for flags
Last modified: 2013-12-15 18:22:04 UTC
.
Created attachment 264094 [details] [review] gdkwindow: Use GdkWindowHints instead of guint for flags
Review of attachment 264094 [details] [review]: sure
Attachment 264094 [details] pushed as 4b42526 - gdkwindow: Use GdkWindowHints instead of guint for flags
Isn't this likely to be an ABI break, because the enum would be an int, but the flag was previously a guint?