summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2016-09-20 19:11:19 +0000
committerokan <okan>2016-09-20 19:11:19 +0000
commit08631748fdd4abfdb90c6f57acb273e066bef1f4 (patch)
tree68d8c654cd303a96500b511276d4d8d0f3f7fe79 /calmwm.h
parent74e4a3c60b75db4687d1032cc3d95709ccd4fb90 (diff)
downloadcwm-08631748fdd4abfdb90c6f57acb273e066bef1f4.tar.gz
cwm-08631748fdd4abfdb90c6f57acb273e066bef1f4.tar.xz
cwm-08631748fdd4abfdb90c6f57acb273e066bef1f4.zip
de-static client_inbound()
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index c6d9ca7..60989c9 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -398,6 +398,7 @@ void			 client_lower(struct client_ctx *);
 void			 client_map(struct client_ctx *);
 void			 client_msg(struct client_ctx *, Atom, Time);
 void			 client_move(struct client_ctx *);
+int			 client_inbound(struct client_ctx *, int, int);
 struct client_ctx	*client_init(Window, struct screen_ctx *, int);
 void			 client_ptrsave(struct client_ctx *);
 void			 client_ptrwarp(struct client_ctx *);