Fix for icon not initially showing when alt icon not set

This commit is contained in:
Simon Long 2023-12-03 15:18:42 +00:00
parent 2aa4b55de2
commit 9eb123cbd5
2 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ struct ssd_hover_state {
struct view *view;
struct wlr_scene_node *node;
struct wlr_scene_node *old_node;
enum view_axis maximized;
int maximized;
};
struct wlr_buffer;