Update tracked hyprland

Fix region wrapping breakage
This commit is contained in:
outfoxxed 2023-07-19 19:56:41 -07:00
parent acf3c62aae
commit 43500ae3ec
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -8,11 +8,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1689763185, "lastModified": 1689799203,
"narHash": "sha256-YOkboQ2w9Zz+jEeQBtFKQGBSYMPPNpFUrN+XYaslH8Q=", "narHash": "sha256-N2/zV/HurGH83zQL7JKhRhfw02sdcZ8JIxH7wC2OVko=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "5cd5631fb226e315a233473c961714ed1c73840f", "rev": "7091d4e5979720ddb30f540b2d7da48080bf2487",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -556,7 +556,7 @@ void Hy3TabGroup::renderTabBar() {
pixman_region32_intersect_rect( pixman_region32_intersect_rect(
&damage, &damage,
g_pHyprOpenGL->m_RenderData.pDamage, g_pHyprOpenGL->m_RenderData.damage.pixman(),
box.x, box.x,
box.y, box.y,
box.width, box.width,