X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.h;h=6d6ba6ab482e65d57721ea1be9fafdbf3d0697c3;hb=HEAD;hp=6de9d184cdaf08109debda8989a2ca07a786b292;hpb=fd77a0a7b3f892925f203287b8b46c6ec9be94ea;p=chaz%2Fopenbox 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