diff options
author | Drew DeVault <[email protected]> | 2015-08-14 16:59:38 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-08-14 16:59:38 -0400 |
commit | 5a8f464bc199f94a0a2ee848d249fe9d57b539c6 (patch) | |
tree | 91b25c94711e87e08b94bc8de30984bc403470ab /sway/handlers.h | |
parent | 3a3c50135fabc6a23f7b130effef9b642e54bf3c (diff) | |
parent | 80ae2a7774457609cbcef0bd3dc6e1a651d9b5a2 (diff) |
Merge pull request #27 from taiyu-len/master
rewrote and grouped swayc related functions together.
Diffstat (limited to 'sway/handlers.h')
-rw-r--r-- | sway/handlers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/handlers.h b/sway/handlers.h index 798b3b50..b8b171c3 100644 --- a/sway/handlers.h +++ b/sway/handlers.h @@ -6,4 +6,7 @@ extern struct wlc_interface interface; +//set focus to current pointer location +void focus_pointer(void); + #endif |