summarylogtreecommitdiffstats
path: root/shade-transparency.patch
diff options
context:
space:
mode:
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: