Skip to content

Commit

Permalink
Hide the system buttons on the debug window
Browse files Browse the repository at this point in the history
  • Loading branch information
nsgomez committed Oct 19, 2024
1 parent aca8065 commit f199800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scgl/cGDriver_Viewport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ namespace nSCGL
dwExtStyle,
"GDriverClass--OpenGLDebug",
"GDriverWindow--OpenGLDebug",
(dwStyle) & ~(WS_EX_APPWINDOW | WS_POPUP),
(dwStyle) & ~(WS_EX_APPWINDOW | WS_POPUP | WS_SYSMENU),
wndRect.left,
wndRect.top,
wndRect.right - wndRect.left,
Expand Down

0 comments on commit f199800

Please sign in to comment.