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

SDL window size incorrect #16

Closed
philpem opened this issue Nov 28, 2019 · 0 comments
Closed

SDL window size incorrect #16

philpem opened this issue Nov 28, 2019 · 0 comments
Labels
bug Something isn't working low-priority Low priority features

Comments

@philpem
Copy link
Owner

philpem commented Nov 28, 2019

This could be done with #7

if ((screen = SDL_SetVideoMode(720, 384, 8, SDL_SWSURFACE | SDL_ANYFORMAT)) == NULL) {

The 3B1 screen is 720x348, not 720x384. This puts a black border along the bottom of the screen.

If #7 happens, this should be 348+statusbarHeight.

@philpem philpem added bug Something isn't working low-priority Low priority features labels Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low-priority Low priority features
Projects
None yet
Development

No branches or pull requests

1 participant