]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.c
small change to the render API. RrMinsize became RrMinSize. added RrMinWidth and...
[chaz/openbox] / openbox / dock.c
index 2e191f1c5a883c5f5273f326c6f28dfc1ac45757..5e61f00fb198b48d903a7a149d2fc7294213f844 100644 (file)
@@ -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;
 
This page took 0.020927 seconds and 4 git commands to generate.