aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorokan2017-07-14 17:23:38 +0000
committerokan2017-07-14 17:23:38 +0000
commitba81f9fd0ec3dc781e00fb08de920e3ccdbc0be5 (patch)
treeac8811182c0aff69108ac385a44c5b83a43498bf /Makefile
parentdedb5e32d1b6072cfb1c7c0fe5dcee8536d93654 (diff)
downloadcwm-ba81f9fd0ec3dc781e00fb08de920e3ccdbc0be5.tar.gz
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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b6fa03b..3a47404 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.24 2017/07/06 17:01:10 okan Exp $
+# $OpenBSD: Makefile,v 1.25 2017/07/14 17:23:38 okan Exp $
.include <bsd.xconf.mk>
@@ -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}