Add D-Bus notification driver

Use the core and portal notification implementations to dispatch system notifications.
This commit is contained in:
Frank Praznik
2026-06-10 13:25:38 -04:00
parent 068e405912
commit 8275f6e90d
4 changed files with 1610 additions and 1 deletions
-1
View File
@@ -29,7 +29,6 @@ static SDL_NotificationAction actions[] = {
{ .button = { SDL_NOTIFICATION_ACTION_TYPE_BUTTON, "action_1", "OK" } },
{ .button = { SDL_NOTIFICATION_ACTION_TYPE_BUTTON, "action_2", "Cancel" } }
};
static SDL_NotificationAction *action_array[SDL_arraysize(actions) + 1];
static bool transient;
static int sound;