diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-09-19 11:06:49 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2011-01-24 14:19:22 -0500 |
| commit | d3660704f1195fb724f5c0c027bdd084824c511f (patch) | |
| tree | 43b9d3a6789449086053f3453fa8c7daaa7c2226 /openbox/dock.c | |
| parent | 6f92931f843f8049d27d73937977b54d5f869499 (diff) | |
less redundant calls to screen_update_areas() and client_move_onscreen()
Diffstat (limited to 'openbox/dock.c')
| -rw-r--r-- | openbox/dock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/dock.c b/openbox/dock.c index 00abc530..c26eee62 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -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(); } |
