summaryrefslogtreecommitdiff
path: root/openbox/dock.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-02 00:35:22 +0000
committerDana Jansens <danakj@orodu.net>2007-05-02 00:35:22 +0000
commit66d6e1120ec4e66433ecec673258856def164070 (patch)
treec8737ad9ab52c9883b572c6ced2d2dbecefe2e6f /openbox/dock.c
parenta223fa20579fec9ba731e426b0a28ce983862b6c (diff)
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.
Diffstat (limited to 'openbox/dock.c')
-rw-r--r--openbox/dock.c2
1 files changed, 1 insertions, 1 deletions
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;