Skip to content

Commit

Permalink
Fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Nov 14, 2024
1 parent baa6b6d commit 2efcb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waterfox/patches/kde-appmenu-wayland.patch
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ index 000000000000..49514c767811
+ struct wl_proxy *id;
+
+ id = wl_proxy_marshal_flags((struct wl_proxy *) org_kde_kwin_appmenu_manager,
+ ORG_KDE_KWIN_APPMENU_MANAGER_CREATE, &org_kde_kwin_appmenu_interface, wl_proxy_get_version((struct wl_proxy *) rg_kde_kwin_appmenu_manager), 0, NULL, surface);
+ ORG_KDE_KWIN_APPMENU_MANAGER_CREATE, &org_kde_kwin_appmenu_interface, wl_proxy_get_version((struct wl_proxy *) org_kde_kwin_appmenu_manager), 0, NULL, surface);
+
+ return (struct org_kde_kwin_appmenu *) id;
+}
Expand Down

0 comments on commit 2efcb39

Please sign in to comment.