move the single keycode function directly into the menu code.

ok oga@
This commit is contained in:
okan
2011-03-22 10:47:59 +00:00
parent e03323d22e
commit 00b502b1da
4 changed files with 96 additions and 129 deletions

View File

@@ -5,7 +5,7 @@
PROG= cwm
SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \
search.c util.c xutil.c conf.c input.c xevents.c group.c \
search.c util.c xutil.c conf.c xevents.c group.c \
kbfunc.c mousefunc.c font.c parse.y
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}