]> Pileus Git - ~andy/gtk/commit
Create the icon pixmap with the system visual
authorOwen W. Taylor <otaylor@fishsoup.net>
Sun, 14 Nov 2010 14:38:32 +0000 (09:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 19 Nov 2010 14:29:43 +0000 (09:29 -0500)
commita4d59f7415968e2cd2d6bb0cff97dffaff022f2e
tree23ed239a6e086aa72b1ce568b8dddb8ada73782e
parentd3f1312c98db6c5994e6aee8223913fa9f361af8
Create the icon pixmap with the system visual

Since what we are doing is turning an icon with alpha into a
no-alpha icon + mask for legacy window managers, it makes more sense
to use the system visual than the window's visual, which might
be ARGB.

https://bugzilla.gnome.org/show_bug.cgi?id=634821
gdk/x11/gdkwindow-x11.c