CVSROOT: /cvs
Module name: xenocara
Changes by: [email protected] 2009/01/11 11:34:46
Modified files:
app/cwm : Makefile calmwm.h mousefunc.c
Removed files:
app/cwm : grab.c
Log message:
- 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@