Assume all capabilities on compositors that dont support reporting of capabilities

This commit is contained in:
Kovid Goyal
2024-04-06 10:59:28 +05:30
parent 4f6faddbab
commit 235b8dc2e4
3 changed files with 9 additions and 5 deletions

1
glfw/wl_platform.h vendored
View File

@@ -307,6 +307,7 @@ typedef struct _GLFWlibraryWayland
struct wl_data_device_manager* dataDeviceManager;
struct wl_data_device* dataDevice;
struct xdg_wm_base* wmBase;
int xdg_wm_base_version;
struct zxdg_decoration_manager_v1* decorationManager;
struct zwp_relative_pointer_manager_v1* relativePointerManager;
struct zwp_pointer_constraints_v1* pointerConstraints;