Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_SystemNULL.h
| Show First 20 Lines • Show All 76 Lines • ▼ Show 20 Lines | GHOST_TSuccess setCursorPosition(GHOST_TInt32 x, GHOST_TInt32 y) | ||||
| return GHOST_kFailure; | return GHOST_kFailure; | ||||
| } | } | ||||
| void getMainDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const | void getMainDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const | ||||
| { /* nop */ | { /* nop */ | ||||
| } | } | ||||
| 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; | ||||
| } | } | ||||
| GHOST_TSuccess disposeContext(GHOST_IContext *context) | GHOST_TSuccess disposeContext(GHOST_IContext *context) | ||||
| { | { | ||||
| return GHOST_kFailure; | return GHOST_kFailure; | ||||
| } | } | ||||
| Show All 40 Lines | |||||