From 1a756b3123a76637ea69babf71af1202c71d89a8 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Wed, 1 Nov 2017 08:05:02 -0400 Subject: bugfix: dnd force cancel --- include/rootston/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rootston') diff --git a/include/rootston/input.h b/include/rootston/input.h index 5cd7509e..20b73c8a 100644 --- a/include/rootston/input.h +++ b/include/rootston/input.h @@ -68,6 +68,7 @@ struct roots_input_event { struct roots_drag_icon { struct wlr_surface *surface; struct wl_list link; // roots_input::drag_icons + bool mapped; int32_t sx; int32_t sy; -- cgit v1.2.3