From adcb0bda785070c3de1b0c6d72b1357dfc375b43 Mon Sep 17 00:00:00 2001 From: JakobDev Date: Tue, 28 Jan 2025 17:36:59 +0100 Subject: [PATCH] Fix --- src/wl_platform.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/wl_platform.h b/src/wl_platform.h index 4a5534f8..c751a5eb 100644 --- a/src/wl_platform.h +++ b/src/wl_platform.h @@ -129,9 +129,7 @@ struct wl_output; #define xdg_activation_v1_interface _glfw_xdg_activation_v1_interface #define xdg_activation_token_v1_interface _glfw_xdg_activation_token_v1_interface #define wl_surface_interface _glfw_wl_surface_interface -//#define wp_cursor_shape_manager_v1_interface _glfw_wp_cursor_shape_interface -#define fractional _glfw_wp_fractional_scale_v1_interface - +#define wp_fractional_scale_v1_interface _glfw_wp_fractional_scale_v1_interface #define GLFW_WAYLAND_WINDOW_STATE _GLFWwindowWayland wl; #define GLFW_WAYLAND_LIBRARY_WINDOW_STATE _GLFWlibraryWayland wl;