Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_SystemNULL.h
| Show First 20 Lines • Show All 108 Lines • ▼ Show 20 Lines | return new GHOST_WindowNULL(this, | ||||
| top, | top, | ||||
| width, | width, | ||||
| height, | height, | ||||
| state, | state, | ||||
| parentWindow, | parentWindow, | ||||
| type, | type, | ||||
| ((glSettings.flags & GHOST_glStereoVisual) != 0)); | ((glSettings.flags & GHOST_glStereoVisual) != 0)); | ||||
| } | } | ||||
| GHOST_IWindow *getWindowUnderCursor(int32_t x, int32_t y, const GHOST_IWindow *below_window) | |||||
| { | |||||
| return NULL; | |||||
| } | |||||
| }; | }; | ||||