]> Pileus Git - ~andy/gtk/commit
x11: Set icon based on icon list
authorBenjamin Otte <otte@redhat.com>
Thu, 12 Aug 2010 02:21:49 +0000 (04:21 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 26 Sep 2010 13:02:59 +0000 (15:02 +0200)
commitc65bb2b3b40d4f7b821503b09dc565ec76a45c28
tree1574885b5dd50ae2d01f33775d40cbbb420a85ec
parentda9b45be78efe6a66b469d72a838d2e5bed80307
x11: Set icon based on icon list

Basically copies the code for setting the WM icon hint from GtkWindow to
GdkWindow. This achieves the following:
- Putting this X11 specific code into the X11 backend
- Enables removal of gdk_window_set_icon()
- Gets rid of Pixmap/Bitmap usage outside of GDK.
gdk/x11/gdkwindow-x11.c