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

Window shouldn't have a resizing border #242

Merged
merged 1 commit into from
Dec 28, 2012
Merged

Conversation

cwalther
Copy link
Contributor

Resizing the window (which now that the cursor can go outside of the window is much easier to do inadvertently) distorts the image and makes the mouse cursor disappear. As long as the engine cannot properly deal with it, the window should not be resizable.

Skoader has implemented this on the OU fork, but apparently his fix has never made it here.

Of course implementing proper resizing would be nicer, but as a quick fix this will do.

This removes the WS_THICKFRAME & WS_MAXIMIZEBOX window styles in windowed mode.
Hoikas added a commit that referenced this pull request Dec 28, 2012
Window shouldn't have a resizing border
@Hoikas Hoikas merged commit 8d3737c into H-uru:master Dec 28, 2012
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

3 participants