From 4be58bf13719fd22cb08a7f016eaf757640ccd05 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 12 Sep 2003 06:00:17 +0000 Subject: new popups with subclasses, added an ObIconPopup for popups with icons, and ObPagerPopup, for a popup with a pager on it. better logic also for the desktop layout code figuring out how many rows and columns there are. --- openbox/moveresize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/moveresize.c') diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 1c31a253..8df3a080 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -26,7 +26,7 @@ static guint button; static guint32 corner; static ObCorner lockcorner; -static Popup *popup = NULL; +static ObPopup *popup = NULL; static void client_dest(gpointer client) { @@ -61,7 +61,7 @@ static void popup_coords(ObClient *c, char *format, int a, int b) c->area.width / 2, c->frame->area.y + c->frame->size.top + c->area.height / 2); - popup_show(popup, text, NULL); + popup_show(popup, text); g_free(text); } -- cgit v1.2.3