summaryrefslogtreecommitdiffstats
path: root/sway/extensions.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/extensions.c')
-rw-r--r--sway/extensions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/extensions.c b/sway/extensions.c
index 1fe15ac5..4611f33e 100644
--- a/sway/extensions.c
+++ b/sway/extensions.c
@@ -8,6 +8,7 @@
8#include "log.h" 8#include "log.h"
9#include "input_state.h" 9#include "input_state.h"
10#include "extensions.h" 10#include "extensions.h"
11#include "ipc-server.h"
11 12
12struct desktop_shell_state desktop_shell; 13struct desktop_shell_state desktop_shell;
13 14
@@ -128,6 +129,7 @@ static void set_lock_surface(struct wl_client *client, struct wl_resource *resou
128 } 129 }
129 wlc_view_set_state(view->handle, WLC_BIT_FULLSCREEN, true); 130 wlc_view_set_state(view->handle, WLC_BIT_FULLSCREEN, true);
130 workspace->fullscreen = view; 131 workspace->fullscreen = view;
132 ipc_event_window(view, "fullscreen_mode");
131 desktop_shell.is_locked = true; 133 desktop_shell.is_locked = true;
132 // reset input state 134 // reset input state
133 input_init(); 135 input_init();