mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-16 06:45:59 +00:00
Cleaned up headers and footers on Mir code.
This commit is contained in:
@@ -23,7 +23,10 @@
|
||||
Contributed by Brandon Schaefer, <brandon.schaefer@canonical.com>
|
||||
*/
|
||||
|
||||
#include "SDL_config.h"
|
||||
#include "../../SDL_internal.h"
|
||||
|
||||
#if SDL_VIDEO_DRIVER_MIR
|
||||
|
||||
#include "SDL_miropengl.h"
|
||||
|
||||
#include <dlfcn.h>
|
||||
@@ -120,3 +123,7 @@ MIR_GL_GetProcAddress(_THIS, const char* proc)
|
||||
|
||||
return proc_addr;
|
||||
}
|
||||
|
||||
#endif /* SDL_VIDEO_DRIVER_MIR */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
Reference in New Issue
Block a user