summarylogtreecommitdiffstats
path: root/shade-transparency.patch
diff options
context:
space:
mode:
authorMithicSpirit2024-04-14 23:19:49 -0400
committerMithicSpirit2024-04-14 23:19:49 -0400
commitbf5c3a94e87da196749eb0d37fcb771dc2d3d016 (patch)
tree711eabbcc8b132e59d0dca39c5deeb927b3883d6 /shade-transparency.patch
parentecef6067b365d0f0e6fd6aa7fc604783ed6b8534 (diff)
downloadaur-kitty-shade-transparency-patch.tar.gz
0.34.0.p1
Diffstat (limited to 'shade-transparency.patch')
-rw-r--r--shade-transparency.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/shade-transparency.patch b/shade-transparency.patch
index bf9b0e2a421b..54f36c57ef5c 100644
--- a/shade-transparency.patch
+++ b/shade-transparency.patch
@@ -106,7 +106,7 @@ index aa65064bf..504a30a12 100644
from .fonts.render import set_font_family
from .options.types import Options
from .options.utils import DELETE_ENV_VAR
- from .os_window_size import initial_window_size_func
+ from .os_window_size import edge_spacing, initial_window_size_func
from .session import create_sessions, get_os_window_sizing_data
from .shaders import CompileError, load_shader_programs
@@ -287,12 +287,13 @@ def __init__(self) -> None: