diff --git a/csgo-vulkan-fix/main.cpp b/csgo-vulkan-fix/main.cpp index 68a786f..5c41811 100644 --- a/csgo-vulkan-fix/main.cpp +++ b/csgo-vulkan-fix/main.cpp @@ -51,7 +51,7 @@ void hkSetWindowSize(CXWaylandSurface* surface, const CBox& box) { return; } - const auto SURF = surface->surface.lock(); + const auto SURF = surface->m_surface.lock(); const auto PWINDOW = g_pCompositor->getWindowFromSurface(SURF); CBox newBox = box; diff --git a/flake.lock b/flake.lock index 520039b..226485f 100644 --- a/flake.lock +++ b/flake.lock @@ -145,11 +145,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1746291290, - "narHash": "sha256-96SpKoIyUsRas+h6RhnPcgbduyH2j2YrujWpsuKdK8Q=", + "lastModified": 1746637327, + "narHash": "sha256-6aBqHP+pa8bqhORp/c8Y/Sw/KacWTow2qvOYNoAQ7M8=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "46ac115bd19ee3aff5c816033de0b1d55a74e33f", + "rev": "6abb5b0c7e98e064c752075b78cb7389ea818f46", "type": "github" }, "original": {