aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libnotify/0001-fix-parameter-name-omitted-error.patch
diff options
context:
space:
mode:
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.patch15
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);
+