diff gui/mplayer/widgets.h @ 33542:107084241b00

Add support for _NET_WM_ICON This property will allow the window manager to select from differently sized icons. It is a preparation for this feature to come.
author ib
date Thu, 16 Jun 2011 14:50:24 +0000
parents 64e43eb13ebf
children 10f9498fada1
line wrap: on
line diff
--- a/gui/mplayer/widgets.h	Thu Jun 16 13:09:52 2011 +0000
+++ b/gui/mplayer/widgets.h	Thu Jun 16 14:50:24 2011 +0000
@@ -24,6 +24,7 @@
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
 #include <X11/Xlib.h>
+#include <X11/Xproto.h>
 
 #include "config.h"
 #include "osdep/shmem.h"
@@ -56,6 +57,8 @@
 typedef struct {
     Pixmap normal;
     Pixmap normal_mask;
+    int collection_size;
+    CARD32 *collection;
 } guiIcon_t;
 
 extern guiIcon_t guiIcon;