diff options
author | Taiyu <[email protected]> | 2015-08-14 12:42:19 -0700 |
---|---|---|
committer | Taiyu <[email protected]> | 2015-08-14 12:42:19 -0700 |
commit | b8cba33c013e580e6e793ec67a5442407d94a002 (patch) | |
tree | d3a197d4297269716049fa6c09ad59ef350cfff5 /sway/handlers.h | |
parent | 3a3c50135fabc6a23f7b130effef9b642e54bf3c (diff) |
changed swayc related functions, cleaned up some functions, moved wlc related things into handlers
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 |