mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Deny window resize requests
This commit is contained in:
parent
6066467dff
commit
c7be30d912
3 changed files with 9 additions and 1 deletions
|
|
@ -37,3 +37,7 @@ void handle_view_focus(wlc_handle view, bool focus) {
|
|||
wlc_view_set_state(view, WLC_BIT_ACTIVATED, focus);
|
||||
focus_view(get_swayc_for_handle(view, &root_container));
|
||||
}
|
||||
|
||||
void handle_view_geometry_request(wlc_handle view, const struct wlc_geometry* geometry) {
|
||||
// deny that shit
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue