cvsimport

This commit is contained in:
okan
2013-12-13 22:39:13 +00:00
6 changed files with 35 additions and 17 deletions

2
menu.c
View File

@@ -380,7 +380,7 @@ menu_draw(struct menu_ctx *mc, struct menu_q *menuq, struct menu_q *resultq)
mc->num++;
}
xine = screen_find_xinerama(sc, mc->x, mc->y);
xine = screen_find_xinerama(sc, mc->x, mc->y, CWM_GAP);
xine.w += xine.x;
xine.h += xine.y;