diff options
author | taiyu <[email protected]> | 2015-08-18 01:07:12 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-18 01:07:12 -0700 |
commit | 4606fb1ee3102dcaeab005d64eeead5842a5cd3e (patch) | |
tree | bca27e2363a8c6e4a51dc8f19d48ca95c699a987 /include/handlers.h | |
parent | f0fe4a346d46b2033d8ceff9b06b558d82f51f6d (diff) | |
parent | e541ba3d876de8ce2812482fc6bfa13b236c6a58 (diff) |
merged Luminarys resizing code
Diffstat (limited to 'include/handlers.h')
-rw-r--r-- | include/handlers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/handlers.h b/include/handlers.h index 6ea4bbf1..6b642419 100644 --- a/include/handlers.h +++ b/include/handlers.h @@ -5,7 +5,9 @@ #include <wlc/wlc.h> extern struct wlc_interface interface; +extern uint32_t keys_pressed[32]; +//set focus to current pointer location and return focused container swayc_t *container_under_pointer(void); #endif |