diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-05-14 13:28:09 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-06-01 18:23:20 -0700 |
commit | 76ad2b4a5a38389ed733d1bf31a6cbba1881dc10 (patch) | |
tree | 2815e471ff67a1c11cef09f13185289f2ce8c53e /progs/wgl | |
parent | 0e8a5a84742adf6e99236f246c77325fad174204 (diff) |
progs/wgl: Use an invisible window in wglinfo.
Diffstat (limited to 'progs/wgl')
-rw-r--r-- | progs/wgl/wglinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/wgl/wglinfo.c b/progs/wgl/wglinfo.c index 881d35b297..43a216da18 100644 --- a/progs/wgl/wglinfo.c +++ b/progs/wgl/wglinfo.c @@ -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, |