diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2020-01-05 16:50:48 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2020-01-05 16:50:48 -0500 |
| commit | e45011c7520ce591eec0e4757c0883fcfe226274 (patch) | |
| tree | 23245af66dea5b04306102bd60d7726658932e28 /include | |
| parent | 1c604cab3f1666825a2b4dde055c89de1c843b7e (diff) | |
input/cursor: handle image surface destroy
This adds a listener for the destroy event of the cursor image surface.
This prevents a use-after-free when the last visible image surface is
freed, there has not been a new cursor set, and the cursor is reshown.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/input/cursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h index 0bcd262f..5b6f9a9f 100644 --- a/include/sway/input/cursor.h +++ b/include/sway/input/cursor.h @@ -58,6 +58,7 @@ struct sway_cursor { uint32_t tool_buttons; struct wl_listener request_set_cursor; + struct wl_listener image_surface_destroy; struct wl_listener constraint_commit; |
