aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r--sway/input/cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index f558a37a..74af6426 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -182,7 +182,7 @@ static void handle_cursor_button(struct wl_listener *listener, void *data) {
182 // 182 //
183 // TODO: Replace this condition with something like 183 // TODO: Replace this condition with something like
184 // !surface_accepts_keyboard_input 184 // !surface_accepts_keyboard_input
185 if (surface && cont->type != C_VIEW) { 185 if (surface && cont && cont->type != C_VIEW) {
186 struct sway_container *new_ws = cont; 186 struct sway_container *new_ws = cont;
187 if (new_ws && new_ws->type != C_WORKSPACE) { 187 if (new_ws && new_ws->type != C_WORKSPACE) {
188 new_ws = container_parent(new_ws, C_WORKSPACE); 188 new_ws = container_parent(new_ws, C_WORKSPACE);