aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-ui_platform__window_platform__window__delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-ui_platform__window_platform__window__delegate.h')
-rw-r--r--devel/electron29/files/patch-ui_platform__window_platform__window__delegate.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-ui_platform__window_platform__window__delegate.h b/devel/electron29/files/patch-ui_platform__window_platform__window__delegate.h
new file mode 100644
index 000000000000..6f27c080fbb6
--- /dev/null
+++ b/devel/electron29/files/patch-ui_platform__window_platform__window__delegate.h
@@ -0,0 +1,11 @@
+--- ui/platform_window/platform_window_delegate.h.orig 2024-02-21 00:21:16 UTC
++++ ui/platform_window/platform_window_delegate.h
+@@ -157,7 +157,7 @@ class COMPONENT_EXPORT(PLATFORM_WINDOW) PlatformWindow
+ virtual void OnWindowStateChanged(PlatformWindowState old_state,
+ PlatformWindowState new_state) = 0;
+
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ // Notifies the delegate that the tiled state of the window edges has changed.
+ virtual void OnWindowTiledStateChanged(WindowTiledEdges new_tiled_edges);
+ #endif