diff options
author | okan | 2017-07-14 17:23:38 +0000 |
---|---|---|
committer | okan | 2017-07-14 17:23:38 +0000 |
commit | ba81f9fd0ec3dc781e00fb08de920e3ccdbc0be5 (patch) | |
tree | ac8811182c0aff69108ac385a44c5b83a43498bf /Makefile | |
parent | dedb5e32d1b6072cfb1c7c0fe5dcee8536d93654 (diff) | |
download | cwm-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |