freebsd-ports/x11/gtk-app-menu/files/patch-subprojects_appmenu-gtk-module_src_datastructs-private.h
Niclas Zeising 4e34b24ada Add new port: x11/gtk-app-menu
gtk-app-menu is a port for the appmenu_gtk_module.
This makes it possible to have a global menu bar for both GTK and KDE
applications.

PR:		236155
Submitted by:	Trenton Schulz
2020-10-25 10:43:01 +00:00

11 lines
333 B
C

--- subprojects/appmenu-gtk-module/src/datastructs-private.h.orig 2019-03-02 16:23:40 UTC
+++ subprojects/appmenu-gtk-module/src/datastructs-private.h
@@ -31,7 +31,7 @@
struct _WindowData
{
uint window_id;
- ulong wayland_window_id;
+ gulong wayland_window_id;
GMenu *menu_model;
guint menu_model_export_id;
GSList *menus;