]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.c
Fix negative ResizeRelative values with terminal windows (Fix bug 5228)
[chaz/openbox] / openbox / dock.c
index 00abc53057348270da7e6db95e6ac885e3953480..c26eee6291457adefc0394c930213ca96ab7ae52 100644 (file)
@@ -551,6 +551,8 @@ void dock_configure(void)
         dock->area.height += ob_rr_theme->obwidth * 2;
     }
 
+    /* screen_resize() depends on this function to call screen_update_areas(),
+       so if this changes, also update screen_resize(). */
     screen_update_areas();
 }
 
This page took 0.020473 seconds and 4 git commands to generate.