diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-06-05 18:17:42 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-06-05 18:17:42 -0400 |
commit | 1c75d4e54a877bb1918afb5bf23c2c142ca30b78 (patch) | |
tree | 2ca3bebe1239b6a51b7ac2006f3ac6e3ce852729 /include/rootston | |
parent | 7366e1ced972f495a87eaff81706a83b5de56cf1 (diff) | |
download | wlroots-1c75d4e54a877bb1918afb5bf23c2c142ca30b78.tar.xz |
rename drag-icon map to unmap
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/seat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h index 7b09f339..bed81c88 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -58,7 +58,7 @@ struct roots_drag_icon { double x, y; struct wl_listener surface_commit; - struct wl_listener map; + struct wl_listener unmap; struct wl_listener destroy; }; |