cvsimport

This commit is contained in:
okan
2013-01-13 13:55:12 +00:00
8 changed files with 175 additions and 30 deletions

2
menu.c
View File

@@ -394,6 +394,8 @@ menu_draw(struct screen_ctx *sc, struct menu_ctx *mc, struct menu_q *menuq,
}
xine = screen_find_xinerama(sc, mc->x, mc->y);
xine.w += xine.x;
xine.h += xine.y;
xsave = mc->x;
ysave = mc->y;