blackberry / SDL

Simple DirectMedia Layer is an open-source, cross-platform multimedia library designed to provide a low level API.
GNU Lesser General Public License v2.1
86 stars 46 forks source link

mainWindow is available through GetWMInfo #39

Closed mordak closed 11 years ago

mordak commented 11 years ago

Hello,

Sometimes it is handy to know the properties of the mainWindow before the screenWindow is created with SDL_SetVideoMode(). This patch exposes the mainWindow through GetWMInfo() so programs can query the mainWindow between SDL_Init() and SDL_SetVideoMode().

Sorry about the whitespace changes on a couple of extra lines.