mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 10:43:40 +01:00
Update tracked hyprland
Fix region wrapping breakage
This commit is contained in:
parent
acf3c62aae
commit
43500ae3ec
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -8,11 +8,11 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1689763185,
|
||||
"narHash": "sha256-YOkboQ2w9Zz+jEeQBtFKQGBSYMPPNpFUrN+XYaslH8Q=",
|
||||
"lastModified": 1689799203,
|
||||
"narHash": "sha256-N2/zV/HurGH83zQL7JKhRhfw02sdcZ8JIxH7wC2OVko=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "5cd5631fb226e315a233473c961714ed1c73840f",
|
||||
"rev": "7091d4e5979720ddb30f540b2d7da48080bf2487",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -556,7 +556,7 @@ void Hy3TabGroup::renderTabBar() {
|
|||
|
||||
pixman_region32_intersect_rect(
|
||||
&damage,
|
||||
g_pHyprOpenGL->m_RenderData.pDamage,
|
||||
g_pHyprOpenGL->m_RenderData.damage.pixman(),
|
||||
box.x,
|
||||
box.y,
|
||||
box.width,
|
||||
|
|
Loading…
Add table
Reference in a new issue