summaryrefslogtreecommitdiffstats
path: root/swaynag
diff options
context:
space:
mode:
Diffstat (limited to 'swaynag')
-rw-r--r--swaynag/swaynag.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/swaynag/swaynag.c b/swaynag/swaynag.c
index 3764071e..26d3589e 100644
--- a/swaynag/swaynag.c
+++ b/swaynag/swaynag.c
@@ -110,6 +110,9 @@ static struct wl_surface_listener surface_listener = {
110 110
111static void update_cursor(struct swaynag *swaynag) { 111static void update_cursor(struct swaynag *swaynag) {
112 struct swaynag_pointer *pointer = &swaynag->pointer; 112 struct swaynag_pointer *pointer = &swaynag->pointer;
113 if (swaynag->pointer.cursor_theme) {
114 wl_cursor_theme_destroy(swaynag->pointer.cursor_theme);
115 }
113 pointer->cursor_theme = wl_cursor_theme_load(NULL, 24 * swaynag->scale, 116 pointer->cursor_theme = wl_cursor_theme_load(NULL, 24 * swaynag->scale,
114 swaynag->shm); 117 swaynag->shm);
115 struct wl_cursor *cursor = 118 struct wl_cursor *cursor =