My OpenGL game switches Aero DWM Glass off.
Posted
by marc40000
on Stack Overflow
See other posts from Stack Overflow
or by marc40000
Published on 2010-04-19T22:48:55Z
Indexed on
2010/04/19
22:53 UTC
Read the original article
Hit count: 414
Hi !
I wrote a free game a few years ago: http://www.walkover.org. For the lobby and menus, it uses normal dialogs like win32. When the actual game starts it uses OpenGL.
Now, on Windows 7, when the actual game starts, it switches windows aero glass off and switches it back on when the game is over.
Is there something I can do to prevent this from happening? Some special flags that keep the glass on if it is on? (For newer, I have been using DirectX and this doesn#t happen there.) Maybe some (new) flag I have to specify somewhere?
Thx Marc
© Stack Overflow or respective owner