Re: Possible bug in SDL_WINDOWPOS_CENTERED_DISPLAY(x)
"^DJ_Link^" <[email protected]>
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Message-ID | <[email protected]> |
Forgot to mention, but this issue is reproducible on my system using testgl2 on SDL source code.
I just have to switch on SDL_test_common.c
from
state->window_x = SDL_WINDOWPOS_UNDEFINED;
state->window_y = SDL_WINDOWPOS_UNDEFINED;
to
state->window_x = SDL_WINDOWPOS_UNDEFINED_DISPLAY(1);
state->window_y = SDL_WINDOWPOS_UNDEFINED_DISPLAY(1);
on line 50
and using the setup I mentioned
------------------------
twitter.com/DJ_Link
www.david-amador.com
www.upfallstudios.com
_______________________________________________
SDL mailing list
[email protected]
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org