After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720342 - gdkwindow: Use GdkWindowHints instead of guint for flags
gdkwindow: Use GdkWindowHints instead of guint for flags
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-12 18:33 UTC by Bastien Nocera
Modified: 2013-12-15 18:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdkwindow: Use GdkWindowHints instead of guint for flags (2.27 KB, patch)
2013-12-12 18:33 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2013-12-12 18:33:06 UTC
.
Comment 1 Bastien Nocera 2013-12-12 18:33:10 UTC
Created attachment 264094 [details] [review]
gdkwindow: Use GdkWindowHints instead of guint for flags
Comment 2 Matthias Clasen 2013-12-13 20:11:11 UTC
Review of attachment 264094 [details] [review]:

sure
Comment 3 Matthias Clasen 2013-12-14 20:35:59 UTC
Attachment 264094 [details] pushed as 4b42526 - gdkwindow: Use GdkWindowHints instead of guint for flags
Comment 4 Murray Cumming 2013-12-15 18:22:04 UTC
Isn't this likely to be an ABI break, because the enum would be an int, but the flag was previously a guint?