Skip to content

Commit

Permalink
Empty dock uses (w, h)
Browse files Browse the repository at this point in the history
darcs-hash:20051203171510-4eba8-f11696c4d4229d80cc3112dfa76609aba3c9154b.gz
  • Loading branch information
Tuomo Valkonen committed Dec 3, 2005
1 parent 7c368b6 commit 6098344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod_dock/dock.c
Original file line number Diff line number Diff line change
Expand Up @@ -798,8 +798,8 @@ static void dock_managed_rqgeom_(WDock *dock, WRegion *reg, int flags,
break;
}
}else{
dock_geom.w=1;
dock_geom.h=1;
dock_geom.w=tile_size.w;
dock_geom.h=tile_size.h;
}
border_dock_geom.w=dock_bdw.left+dock_geom.w+dock_bdw.right;
border_dock_geom.h=dock_bdw.top+dock_geom.h+dock_bdw.bottom;
Expand Down

0 comments on commit 6098344

Please sign in to comment.