summaryrefslogtreecommitdiff
path: root/openbox/moveresize.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-12 06:00:17 +0000
committerDana Jansens <danakj@orodu.net>2003-09-12 06:00:17 +0000
commit4be58bf13719fd22cb08a7f016eaf757640ccd05 (patch)
tree8b87853b47d7084f2751f9f3c5aca02103512807 /openbox/moveresize.c
parent5d658c98e2ce6aa00f0236b3dedfc6ff0c2041ca (diff)
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.
Diffstat (limited to 'openbox/moveresize.c')
-rw-r--r--openbox/moveresize.c4
1 files changed, 2 insertions, 2 deletions
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);
}