mirror of
https://github.com/encounter/SDL.git
synced 2025-12-12 06:45:10 +00:00
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
Rainer Deyke I'm running Linux Mint 15 with the Cinnamon window manager. SDL_DestroyWindow consistently locks up for me when the window if fullscreen.
This commit is contained in:
9
src/file/cocoa/SDL_rwopsbundlesupport.h
Normal file
9
src/file/cocoa/SDL_rwopsbundlesupport.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifdef __APPLE__
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef SDL_rwopsbundlesupport_h
|
||||
#define SDL_rwopsbundlesupport_h
|
||||
FILE* SDL_OpenFPFromBundleOrFallback(const char *file, const char *mode);
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user