]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.h
Merge branch 'master' into chaz
[chaz/openbox] / openbox / popup.h
index 6de9d184cdaf08109debda8989a2ca07a786b292..6d6ba6ab482e65d57721ea1be9fafdbf3d0697c3 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef __popup_h
 #define __popup_h
 
+#include "client.h"
 #include "window.h"
 #include "obrender/render.h"
 #include <glib.h>
@@ -57,6 +58,8 @@ struct _ObPopup
 
     void (*draw_icon)(gint x, gint y, gint w, gint h, gpointer data);
     gpointer draw_icon_data;
+
+    ObClient *client;
 };
 
 struct _ObIconPopup
This page took 0.017338 seconds and 4 git commands to generate.