From 1b73a296464546f7dc58f2a753d13042a94337b0 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 23 Apr 2013 22:29:58 +0200 Subject: Constrain the moveresize popup to the monitor which has the client --- openbox/popup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/popup.h') 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 @@ -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 -- cgit v1.2.3