]> Pileus Git - wmpus/blobdiff - sys.h
Only grab mouse click on unfocused windows
[wmpus] / sys.h
diff --git a/sys.h b/sys.h
index 5e2d92684d3cdbcb62b8831d3f73cf1dc7c6fd69..d70c893dab6c2beefe471baefc8f436cbea7cd42 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -51,6 +51,8 @@ typedef struct {
 
 void sys_watch(win_t *win, Key_t key, mod_t mod);
 
+void sys_unwatch(win_t *win, Key_t key, mod_t mod);
+
 void sys_move(win_t *win, int x, int y, int w, int h);
 
 void sys_raise(win_t *win);