diff options
author | okan <okan> | 2014-02-02 21:34:05 +0000 |
---|---|---|
committer | okan <okan> | 2014-02-02 21:34:05 +0000 |
commit | b923524a8e637141c0c832f6c8989ee600b67946 (patch) | |
tree | b320db4f8e1b54cda2d7781fa617a6aaa27a9839 /menu.c | |
parent | c7d4add2f27b74f62be3dd973bca402eb89ee5cb (diff) | |
parent | ad76995af7e1bbae8ec81dd917def917453c379b (diff) | |
download | cwm-b923524a8e637141c0c832f6c8989ee600b67946.tar.gz cwm-b923524a8e637141c0c832f6c8989ee600b67946.tar.xz cwm-b923524a8e637141c0c832f6c8989ee600b67946.zip |
cvsimport
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c index fc90e35..ebf1cbd 100644 --- a/menu.c +++ b/menu.c @@ -382,8 +382,8 @@ menu_draw(struct menu_ctx *mc, struct menu_q *menuq, struct menu_q *resultq) } xine = screen_find_xinerama(sc, mc->x, mc->y, CWM_GAP); - xine.w += xine.x; - xine.h += xine.y; + xine.w += xine.x - Conf.bwidth * 2; + xine.h += xine.y - Conf.bwidth * 2; xsave = mc->x; ysave = mc->y; |