From 34178097d559ef522ea0984091489c209f4e9e0e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 16 Apr 2010 11:31:22 -0400 Subject: use const Rect* not Rect const* --- openbox/popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/popup.c') diff --git a/openbox/popup.c b/openbox/popup.c index 8793accc..7d59d912 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -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; -- cgit v1.2.3