summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorokan <okan>2009-01-11 18:34:46 +0000
committerokan <okan>2009-01-11 18:34:46 +0000
commit590169ce240e38bb9a90fc178f2fce65afb7bef0 (patch)
treec083b5d9b25800e248dba7c9fe0d4f693a166455 /Makefile
parent99afa5091fc6e3904a50fb31fbd8cc5396dcff9b (diff)
downloadcwm-590169ce240e38bb9a90fc178f2fce65afb7bef0.tar.gz
cwm-590169ce240e38bb9a90fc178f2fce65afb7bef0.tar.xz
cwm-590169ce240e38bb9a90fc178f2fce65afb7bef0.zip
- merge grab_sweep() into mousefunc_window_resize().
- merge grab_drag() into mousefunc_window_move().
- properly name, proto and static private functions.
- since we already do XMoveResizeWindow() and XMoveWindow() in (now)
mousefunc_window_resize() and mousefunc_window_move() respectively,
client_resize() and client_move() calls are unnecessary.

ok oga@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8bbf13e..7969398 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 
 PROG=		cwm
 
-SRCS=		calmwm.c screen.c xmalloc.c client.c grab.c menu.c \
+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 \
 		kbfunc.c mousefunc.c font.c parse.y