summaryrefslogtreecommitdiff
path: root/openbox/popup.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2013-04-23 22:29:58 +0200
committerMikael Magnusson <mikachu@gmail.com>2013-06-07 08:40:52 +0200
commit1b73a296464546f7dc58f2a753d13042a94337b0 (patch)
tree429646308f78bb800d72323ad117ba22b350bd05 /openbox/popup.h
parent8be9cc92b6daa87a5dcb854d5e0c34b3e4f98e59 (diff)
Constrain the moveresize popup to the monitor which has the client
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