Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Window Flags #884

Merged
merged 1 commit into from Dec 8, 2014
Merged

Fix Window Flags #884

merged 1 commit into from Dec 8, 2014

Conversation

RobertBColton
Copy link
Contributor

I had them almost perfect in my last refactor, I used the wrong flag for hiding the icons in the window, WS_POPUPWINDOW is WS_SYSMENU | WS_POPUP, GM8 only uses WS_SYSMENU

The two additional flags are necessary for extensions like Ultimate3D and GMOgre to be able to render on top of our window.

I've tested all the flags using CLutterBuddy and can confirm they are exactly the same as GM8 now and existing games and settings work perfectly fine.
http://enigma-dev.org/software/clb/clutterbuddy.php

Explanation of the flags is available from Microsoft:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms632600%28v=vs.85%29.aspx

RobertBColton added a commit that referenced this pull request Dec 8, 2014
@RobertBColton RobertBColton merged commit d11d0d3 into enigma-dev:master Dec 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant