aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-ui_ozone_platform_x11_x11__window.cc
blob: d0d4846780cb8e055daf5e061bdfc4081d38b647 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/ozone/platform/x11/x11_window.cc.orig	2025-05-15 12:22:59 UTC
+++ ui/ozone/platform/x11/x11_window.cc
@@ -1509,7 +1509,7 @@ void X11Window::OnXWindowStateChanged() {
   WindowTiledEdges tiled_state = GetTiledState();
   if (tiled_state != tiled_state_) {
     tiled_state_ = tiled_state;
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
     platform_window_delegate_->OnWindowTiledStateChanged(tiled_state);
     UpdateDecorationInsets();
 #endif