make client_mtf static

This commit is contained in:
okan
2012-12-17 14:58:46 +00:00
parent 3a3e0383b2
commit 8e67d1389c
2 changed files with 2 additions and 4 deletions

View File

@@ -331,7 +331,6 @@ void client_lower(struct client_ctx *);
void client_map(struct client_ctx *);
void client_maximize(struct client_ctx *);
void client_move(struct client_ctx *);
void client_mtf(struct client_ctx *);
struct client_ctx *client_new(Window, struct screen_ctx *, int);
void client_ptrsave(struct client_ctx *);
void client_ptrwarp(struct client_ctx *);