aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-01 08:38:39 -0400
committerGitHub <noreply@github.com>2017-11-01 08:38:39 -0400
commit03c0d41ca956e3eb5ddac15a34918bfb97fc4c09 (patch)
tree3a1d00fae00ed0e932dc25e945faea50846cefce /include/rootston
parente903a69698aabfd5469db2aa6b75bcd708574a16 (diff)
parent1a756b3123a76637ea69babf71af1202c71d89a8 (diff)
Merge pull request #367 from acrisci/bug/dnd-force-cancel
bugfix: dnd force cancel
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/input.h1
1 files changed, 1 insertions, 0 deletions
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;