We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608ed77 commit f8ac6d8Copy full SHA for f8ac6d8
1 file changed
libdeadcode/src/graphics/renderwindow.d
@@ -132,7 +132,7 @@ class RenderWindow : RenderTarget
132
{
133
DWORD style = GetWindowLongA(info.info.win.window, GWL_STYLE);
134
style = style | WS_BORDER | WS_GROUP;
135
- style = style & ~WS_THICKFRAME;
+ //style = style & ~WS_THICKFRAME;
136
style = style & ~WS_POPUP;
137
SetWindowLongA(info.info.win.window, GWL_STYLE, style);
138
}
0 commit comments