progs/wgl: Use an invisible window in wglinfo.
This commit is contained in:
+1
-1
@@ -364,7 +364,7 @@ print_screen_info(HDC _hdc, GLboolean limits)
|
||||
win = CreateWindowEx(0,
|
||||
wc.lpszClassName,
|
||||
"wglinfo",
|
||||
WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN,
|
||||
WS_CLIPSIBLINGS | WS_CLIPCHILDREN,
|
||||
CW_USEDEFAULT,
|
||||
CW_USEDEFAULT,
|
||||
width,
|
||||
|
||||
Reference in New Issue
Block a user