summaryrefslogtreecommitdiff
path: root/sway/extensions.c
diff options
context:
space:
mode:
authorMykyta Holubakha <[email protected]>2016-07-12 13:58:24 +0000
committerMykyta Holubakha <[email protected]>2016-07-21 21:51:20 +0300
commit976e48d79f46fbab02d7af0ae1b6804018774a63 (patch)
treef230178d62aff86bd83181b588e055aa7963d2a6 /sway/extensions.c
parent095353d91db1467cb0366cfe68773d679d029370 (diff)
Initial work on window events
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 @@
#include "log.h"
#include "input_state.h"
#include "extensions.h"
+#include "ipc-server.h"
struct desktop_shell_state desktop_shell;
@@ -128,6 +129,7 @@ static void set_lock_surface(struct wl_client *client, struct wl_resource *resou
}
wlc_view_set_state(view->handle, WLC_BIT_FULLSCREEN, true);
workspace->fullscreen = view;
+ ipc_event_window(view, "fullscreen_mode");
desktop_shell.is_locked = true;
// reset input state
input_init();