diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-21 09:59:35 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-21 09:59:35 -0400 |
commit | 6fcac087fe1d7b7fa3cd0628a6b7818d26222678 (patch) | |
tree | 5e3b086f8ec0ae93ba62c3cc277b9181f6553495 /include/rootston/input.h | |
parent | 3c7ef3aae68e1a38c0ab83c22c0e064b7bde319e (diff) |
rootston: remove mostly unused mapped icon param
Diffstat (limited to 'include/rootston/input.h')
-rw-r--r-- | include/rootston/input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h index aacb3016..33750d7b 100644 --- a/include/rootston/input.h +++ b/include/rootston/input.h @@ -67,7 +67,6 @@ 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; |