diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-25 22:37:02 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-11-01 08:51:59 -0400 |
commit | a6930cd8ea2424f12aafc8d0b67426d0e5161c44 (patch) | |
tree | bd7bb94e63fac60359ef5483debf3b9715b9e6d0 /include/wlr | |
parent | 9861add146af54836ca85dd5769ab3b966346432 (diff) |
Handle output enter/leave correctly
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index e1a07566..cea53109 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -139,4 +139,7 @@ struct wlr_subsurface *wlr_surface_subsurface_at(struct wlr_surface *surface, void wlr_surface_send_enter(struct wlr_surface *surface, struct wlr_output *output); +void wlr_surface_send_leave(struct wlr_surface *surface, + struct wlr_output *output); + #endif |