- Fixed mountlist.c for Mac OS X again.
- Removed the SDL centered window attribute. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@688 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
3
main.c
3
main.c
@@ -377,9 +377,6 @@ int Initialisation_du_programme(int argc,char * argv[])
|
||||
Brouillon_Loupe_Decalage_X=0;
|
||||
Brouillon_Loupe_Decalage_Y=0;
|
||||
|
||||
SDL_putenv("SDL_VIDEO_WINDOW_POS=center");
|
||||
SDL_putenv("SDL_VIDEO_CENTERED=1");
|
||||
|
||||
// SDL
|
||||
if(SDL_Init(SDL_INIT_TIMER|SDL_INIT_VIDEO|SDL_INIT_JOYSTICK) < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user