- Move sdlglvideo code from sdl to posix/sdl.

Re-add sdlglvideo.cpp path in CMakeLists.txt . Warning: it won't compile yet.
This commit is contained in:
Edoardo Prezioso 2015-01-07 21:07:40 +01:00
parent c424a1afcb
commit c9150497e3
3 changed files with 2 additions and 4 deletions

View file

@ -584,13 +584,11 @@ set( PLAT_SDL_SOURCES
posix/sdl/i_joystick.cpp
posix/sdl/i_main.cpp
posix/sdl/i_timer.cpp
posix/sdl/sdlvideo.cpp )
posix/sdl/sdlvideo.cpp
posix/sdl/sdlglvideo.cpp )
set( PLAT_OSX_SOURCES
posix/osx/iwadpicker_cocoa.mm
posix/osx/zdoom.icns )
# Fixme: This must be adjusted to the new way of doing things:
# sdl/sdlglvideo.cpp
set( PLAT_COCOA_SOURCES
posix/cocoa/hid/HID_Config_Utilities.c
posix/cocoa/hid/HID_Error_Handler.c