mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-05-13 05:40:41 +01:00
csgo-vulkan-fix: chase hyprland (#335)
Some checks failed
Nix / build (push) Has been cancelled
Some checks failed
Nix / build (push) Has been cancelled
* flake.lock: update * csgo-vulkan-fix: chase hyprland
This commit is contained in:
parent
eab6921631
commit
c25ee86113
2 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ void hkSetWindowSize(CXWaylandSurface* surface, const CBox& box) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto SURF = surface->surface.lock();
|
const auto SURF = surface->m_surface.lock();
|
||||||
const auto PWINDOW = g_pCompositor->getWindowFromSurface(SURF);
|
const auto PWINDOW = g_pCompositor->getWindowFromSurface(SURF);
|
||||||
|
|
||||||
CBox newBox = box;
|
CBox newBox = box;
|
||||||
|
|
|
@ -145,11 +145,11 @@
|
||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1746291290,
|
"lastModified": 1746637327,
|
||||||
"narHash": "sha256-96SpKoIyUsRas+h6RhnPcgbduyH2j2YrujWpsuKdK8Q=",
|
"narHash": "sha256-6aBqHP+pa8bqhORp/c8Y/Sw/KacWTow2qvOYNoAQ7M8=",
|
||||||
"owner": "hyprwm",
|
"owner": "hyprwm",
|
||||||
"repo": "Hyprland",
|
"repo": "Hyprland",
|
||||||
"rev": "46ac115bd19ee3aff5c816033de0b1d55a74e33f",
|
"rev": "6abb5b0c7e98e064c752075b78cb7389ea818f46",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue