1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

applied hadess patch for gnome panel

This commit is contained in:
kojima
2001-01-06 17:05:50 +00:00
parent 1ac8c2a6ce
commit 0b9cfd7c8e
5 changed files with 18 additions and 11 deletions

View File

@@ -939,7 +939,7 @@ wScreenUpdateUsableArea(WScreen *scr)
lw = area->area.x1;
rw = scr->scr_width - area->area.x2;
if (WMIN(th, bh) < WMIN(lw, rw)) {
if (WMIN(th, bh) <= WMIN(lw, rw)) {
/* horizontal */
if (th < bh) {
/* on top */