]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.c
use const Rect* not Rect const*
[chaz/openbox] / openbox / popup.c
index 8793accc45ac4dbf9f0f1a1e860afbfdeb074e5f..7d59d912a512282c8837e36ffcf008ba92ed4739 100644 (file)
@@ -158,7 +158,7 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text)
     gint emptyx, emptyy; /* empty space between elements */
     gint textx, texty, textw, texth;
     gint iconx, icony, iconw, iconh;
-    Rect const *area;
+    const Rect *area;
     Rect mon;
     gboolean hasicon = self->hasicon;
 
This page took 0.02027 seconds and 4 git commands to generate.