resize lockscreen window after Xrandr resize

This commit is contained in:
Markus Teich
2015-02-25 23:06:45 +01:00
parent f2ea92c3dd
commit f5ef1b8eb5
2 changed files with 17 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ X11LIB = /usr/X11R6/lib
# includes and libs
INCS = -I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext
LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H