Pass the first notification type as category to the dbus server

This commit is contained in:
Kovid Goyal
2024-08-02 20:41:18 +05:30
parent 62bd6c88e9
commit 89aa82e8d7
6 changed files with 9 additions and 7 deletions

2
glfw/glfw3.h vendored
View File

@@ -1316,7 +1316,7 @@ typedef struct GLFWLayerShellConfig {
} GLFWLayerShellConfig;
typedef struct GLFWDBUSNotificationData {
const char *app_name, *icon, *summary, *body, **actions; size_t num_actions;
const char *app_name, *icon, *summary, *body, *category, **actions; size_t num_actions;
int32_t timeout; uint8_t urgency; uint32_t replaces;
} GLFWDBUSNotificationData;