Support notifying applications on color scheme change

This commit is contained in:
Kovid Goyal
2024-12-20 09:55:49 +05:30
parent af9e9fbc6f
commit dd9d8353df
8 changed files with 39 additions and 4 deletions

View File

@@ -85,6 +85,9 @@
// Pending updates mode
#define PENDING_UPDATE (2026 << 5)
// Notification of color preference change
#define COLOR_PREFERENCE_NOTIFICATION (2031 << 5)
// In-band resize notification mode
#define INBAND_RESIZE_NOTIFICATION (2048 << 5)