- 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

@@ -405,9 +405,6 @@ int xu_getstate(struct client_ctx *, int *);
int u_spawn(char *);
void u_exec(char *);
void grab_sweep(struct client_ctx *);
void grab_drag(struct client_ctx *);
void xfree(void *);
void *xmalloc(size_t);
void *xcalloc(size_t, size_t);