diff options
author | oga <oga> | 2008-09-22 14:15:03 +0000 |
---|---|---|
committer | oga <oga> | 2008-09-22 14:15:03 +0000 |
commit | 61601991b5151be7500cf7581b303b7f12ddb905 (patch) | |
tree | e5947cccefbe32d49130a7a8c80c7d808853988b /Makefile | |
parent | a0082c58a4a95d05f452cfa3da7eaf4e1eb17dba (diff) | |
download | cwm-61601991b5151be7500cf7581b303b7f12ddb905.tar.gz cwm-61601991b5151be7500cf7581b303b7f12ddb905.tar.xz cwm-61601991b5151be7500cf7581b303b7f12ddb905.zip |
Display the current window title not a previous one in the case of
``show all'' in the window search dialogue. Noticed and diff from Tim van der Molen, thanks!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 2f2ee1c..8bbf13e 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ SRCS= calmwm.c screen.c xmalloc.c client.c grab.c menu.c \ CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR} LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp -lXext \ - -lfontconfig -lexpat -lfreetype -lz + -lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr MANDIR= ${X11BASE}/man/cat MAN= cwm.1 cwmrc.5 |