diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libnotify/0001-fix-parameter-name-omitted-error.patch | |
Diffstat (limited to 'vcpkg/ports/libnotify/0001-fix-parameter-name-omitted-error.patch')
| -rw-r--r-- | vcpkg/ports/libnotify/0001-fix-parameter-name-omitted-error.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/libnotify/0001-fix-parameter-name-omitted-error.patch b/vcpkg/ports/libnotify/0001-fix-parameter-name-omitted-error.patch new file mode 100644 index 0000000..1b5a2a6 --- /dev/null +++ b/vcpkg/ports/libnotify/0001-fix-parameter-name-omitted-error.patch @@ -0,0 +1,15 @@ +diff --git a/libnotify/launch-context.c b/libnotify/launch-context.c +index facb43c..9469042 100644 +--- a/libnotify/launch-context.c ++++ b/libnotify/launch-context.c +@@ -49,8 +49,8 @@ notification_app_launch_context_finalize (GObject *object) + + static char * + notification_app_launch_context_get_startup_notify_id (GAppLaunchContext *context, +- GAppInfo *, +- GList *) ++ GAppInfo *gai, ++ GList *gl) + { + NotificationAppLaunchContext *self = NOTIFICATION_APP_LAUNCH_CONTEXT (context); + |