]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.c
dont need client.h in this header
[chaz/openbox] / openbox / popup.c
index 101211681f4e8dcd11e6ebb22bdfd77411e4c420..769b942cfa5f27b3404d9db74570be9595ed238a 100644 (file)
@@ -1,5 +1,6 @@
 #include "openbox.h"
 #include "frame.h"
+#include "client.h"
 #include "window.h"
 #include "stacking.h"
 #include "render/render.h"
@@ -105,7 +106,7 @@ void popup_size_to_string(Popup *self, char *text)
     self->w = textw + iconw + ob_rr_theme->bevel * (self->hasicon ? 3 : 2);
 }
 
-void popup_show(Popup *self, char *text, Icon *icon)
+void popup_show(Popup *self, char *text, ObClientIcon *icon)
 {
     int x, y, w, h;
     int textw, texth;
This page took 0.023573 seconds and 4 git commands to generate.