From 66d6e1120ec4e66433ecec673258856def164070 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 May 2007 00:35:22 +0000 Subject: small change to the render API. RrMinsize became RrMinSize. added RrMinWidth and RrMinHeight. make focus/desktop popups wider based on the screen size with the old size as a minimum. left-align the desktop dialog.. i think better dialogs would be nice. and to make them hide or something when you switch desktops while switching windows etc. --- openbox/dock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/dock.c') diff --git a/openbox/dock.c b/openbox/dock.c index 2e191f1c..5e61f00f 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -220,7 +220,7 @@ void dock_configure() gint strw, strh; Rect *a; - RrMinsize(dock->a_frame, &minw, &minh); + RrMinSize(dock->a_frame, &minw, &minh); dock->w = dock->h = 0; -- cgit v1.2.3