- 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@
This commit is contained in:
okan
2009-01-11 18:34:46 +00:00
parent 99afa5091f
commit 590169ce24
4 changed files with 154 additions and 192 deletions

View File

@@ -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