Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_SystemNULL.h
| Context not available. | |||||
| void getAllDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const | void getAllDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const | ||||
| { /* nop */ | { /* nop */ | ||||
| } | } | ||||
| GHOST_IContext *createOffscreenContext() | GHOST_IContext *createOffscreenContext( | ||||
| GHOST_PlatformSupportCallbackPtr platform_support_callback) | |||||
| { | { | ||||
| return NULL; | return NULL; | ||||
| } | } | ||||
| Context not available. | |||||