mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 01:38:02 +02:00
Pass the first notification type as category to the dbus server
This commit is contained in:
2
glfw/glfw3.h
vendored
2
glfw/glfw3.h
vendored
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user