LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: aldacron on February 10, 2004, 03:05:10

Title: Fullscreen ghost window in taskbar
Post by: aldacron on February 10, 2004, 03:05:10
On Windows 98 I'm continually getting a ghost window in the task bar after exiting a fullscreen app. I know elias fixed the same problem for windowed mode (which works fine), and I don't recall seeing it with fullscreen in the past. Anyway, I can't figure out what's causing it. The only workaround I've been able to figure out for now is:

in win32/org_lwjgl_opengl_Window.cpp - closeWindow()
add: ShowWindow(hwnd, SW_HIDE)
right before the call to DestroyWindow()
Title: Fullscreen ghost window in taskbar
Post by: elias on February 10, 2004, 08:25:00
Sounds reasonable, it's now comitted to CVS. The workaround is also described in

http://support.microsoft.com/?kbid=214655

- elias
Title: Fullscreen ghost window in taskbar
Post by: vrm on February 10, 2004, 09:58:03
after "it's not a bug, it's a feature"
"it's not a bug, it's by design"   8)