Skip to content
Snippets Groups Projects
Commit 57c12f2f authored by deuce's avatar deuce
Browse files

Remove old env hack to allow screen saver.

parent 28bcd354
Branches
Tags
No related merge requests found
......@@ -27,7 +27,6 @@ int load_sdl_funcs(struct sdlfuncs *sdlf)
dll_handle sdl_dll;
const char *libnames[]={"SDL2", "SDL", NULL};
putenv("SDL_VIDEO_ALLOW_SCREENSAVER=1");
sdlf->gotfuncs=0;
if((sdl_dll=xp_dlopen(libnames,RTLD_LAZY|RTLD_GLOBAL,SDL_PATCHLEVEL))==NULL)
return(-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment