Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_SystemSDL.cpp
| Context not available. | |||||
| return SDL_GetNumVideoDisplays(); | return SDL_GetNumVideoDisplays(); | ||||
| } | } | ||||
| GHOST_IContext *GHOST_SystemSDL::createOffscreenContext() | GHOST_IContext *GHOST_SystemSDL::createOffscreenContext( | ||||
| GHOST_PlatformSupportCallbackPtr platform_support_callback) | |||||
| { | { | ||||
| GHOST_Context *context = new GHOST_ContextSDL(0, | GHOST_Context *context = new GHOST_ContextSDL(0, | ||||
| NULL, | NULL, | ||||
| Context not available. | |||||