tsome minor fixes - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 103fb58a445bc849acdd32c694f013846ab863ee
(DIR) parent 5f55af40aecbce7aa1bf01bdca50d92014c02a5c
(HTM) Author: anselm@anselm1 <unknown>
Date: Mon, 19 May 2008 20:29:57 +0100
some minor fixes
Diffstat:
M dwm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/dwm.c b/dwm.c
t@@ -1671,9 +1671,9 @@ updategeom(void) {
wh = showbar ? sh - bh : sh;
}
- /* bar geometry*/
+ /* bar geometry */
bx = wx;
- by = showbar ? (topbar ? 0 : wy + wh) : -bh;
+ by = showbar ? (topbar ? wy - bh : wy + wh) : -bh;
bw = ww;
/* update layout geometries */