summaryrefslogtreecommitdiff
path: root/openbox/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/popup.h')
-rw-r--r--openbox/popup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/popup.h b/openbox/popup.h
index 6de9d184..6d6ba6ab 100644
--- a/openbox/popup.h
+++ b/openbox/popup.h
@@ -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