We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556a4c8 commit 0ecc01dCopy full SHA for 0ecc01d
Flow.Launcher.Infrastructure/Win32Helper.cs
@@ -162,13 +162,6 @@ public static void HideFromAltTab(Window window)
162
163
SetWindowStyle(hwnd, WINDOW_LONG_PTR_INDEX.GWL_EXSTYLE, (int)newExStyle);
164
}
165
-
166
- public static void BlockWindowMaximize(Window window, HwndSourceHook hook)
167
- {
168
- var handle = GetWindowHandle(window, true);
169
- var hwndSource = HwndSource.FromHwnd(handle);
170
- hwndSource.AddHook(hook);
171
- }
172
173
/// <summary>
174
/// Restore window display in the Alt+Tab window list.
0 commit comments