diff options
author | okan <okan> | 2017-07-14 17:23:38 +0000 |
---|---|---|
committer | okan <okan> | 2017-07-14 17:23:38 +0000 |
commit | c039e7fb8c96fbfbcadade008abbf50af71735c3 (patch) | |
tree | 4c26dd41f298c0e77fda89be9cd8bd96195633fb /Makefile | |
parent | aefc0bf0fbbe6c32360f41fc13653d4efd72e73a (diff) | |
download | cwm-c039e7fb8c96fbfbcadade008abbf50af71735c3.tar.gz cwm-c039e7fb8c96fbfbcadade008abbf50af71735c3.tar.xz cwm-c039e7fb8c96fbfbcadade008abbf50af71735c3.zip |
Pull over the remaining re-implemented window move/resize functions and create
a wrapper so that the key and mouse based move/resize callbacks can be unified. This has already been done with other window operations and menus.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 24e11d5..78353dd 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PROG= cwm SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \ search.c util.c xutil.c conf.c xevents.c group.c \ - kbfunc.c mousefunc.c parse.y + kbfunc.c parse.y CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR} |