Ryan C. Gordon
b2f8b351d4
Fixed comment typo.
2013-11-14 20:24:40 -05:00
Ryan C. Gordon
00003e8c00
Renamed things named after BeOS to be named after Haiku instead.
2013-11-14 11:51:24 -05:00
Ryan C. Gordon
d1bde399af
Backed out changeset 737771c47c6f, done testing Buildbot changes.
2013-10-20 20:24:00 -04:00
Ryan C. Gordon
df3680846b
Intentionally breaking Windows and Raspberry Pi builds to test Buildbot change.
2013-10-20 20:02:02 -04:00
Sam Lantinga
12ca3ce3fa
Fixed building using MinGW
...
Our SDL_windows.h needed to be included before anything else so UNICODE is defined.
2013-10-17 23:02:29 -07:00
Sam Lantinga
a7e1fdddea
Updated SDL to version 2.0.1
2013-10-10 21:50:25 -07:00
Gabriel Jacobo
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
Gabriel Jacobo
695344d163
OCD fixes: Adds a space before */
2013-08-21 09:43:09 -03:00
Gabriel Jacobo
552b04c58a
More non C89 compliant comments
2013-08-20 20:34:40 -03:00
Sam Lantinga
c2a29aede9
Fixed Haiku build (thanks Alexander!)
2013-08-18 22:05:53 -07:00
Gabriel Jacobo
dad420670f
Fixes #2022 , do not resume on Android when surfaceChanged
...
If the app is in landscape mode and the user presses the power button, a pause
is followed immediately by a surfaceChanged event because the lock screen
is shown in portrait mode. This triggers a "false" resume.
So, we just pause and resume following the onWindowFocusChanged events.
Also, wait for SDL_APP_WILLENTERBACKGROUND and SDL_APP_DIDENTERBACKGROUND before
blocking the event pump.
2013-08-12 11:13:50 -03:00