summaryrefslogtreecommitdiff
path: root/sway/handlers.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2015-08-08 18:22:22 -0400
committerDrew DeVault <[email protected]>2015-08-08 18:22:22 -0400
commitc7be30d91261180c9be65a3c2d8f40975f6a2e05 (patch)
treebe48479257eb28221023a921a004a85a6059a2f2 /sway/handlers.h
parent6066467dff2a1c55c124f618af8a5406bfc6fac9 (diff)
Deny window resize requests
Diffstat (limited to 'sway/handlers.h')
-rw-r--r--sway/handlers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/handlers.h b/sway/handlers.h
index 36496fb7..4feebe05 100644
--- a/sway/handlers.h
+++ b/sway/handlers.h
@@ -11,5 +11,6 @@ void handle_output_resolution_change(wlc_handle output, const struct wlc_size *f
bool handle_view_created(wlc_handle view);
void handle_view_destroyed(wlc_handle view);
void handle_view_focus(wlc_handle view, bool focus);
+void handle_view_geometry_request(wlc_handle view, const struct wlc_geometry* geometry);
#endif