Wire up color scheme change notifications on X11 as well

This commit is contained in:
Kovid Goyal
2024-08-11 22:20:39 +05:30
parent 2bff4af9bf
commit 191ccf2d54
3 changed files with 7 additions and 2 deletions

View File

@@ -144,6 +144,7 @@
"linux_joystick.h",
"null_joystick.h",
"linux_notify.h",
"linux_desktop_settings.h",
"main_loop.h"
],
"sources": [
@@ -160,6 +161,7 @@
"backend_utils.c",
"linux_joystick.c",
"null_joystick.c",
"linux_desktop_settings.c",
"linux_notify.c"
]
}