Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_screen_types.h
| Show First 20 Lines • Show All 88 Lines • ▼ Show 20 Lines | typedef struct bScreen { | ||||
| char _pad[1]; | char _pad[1]; | ||||
| /** Active region that has mouse focus. */ | /** Active region that has mouse focus. */ | ||||
| struct ARegion *active_region; | struct ARegion *active_region; | ||||
| /** If set, screen has timer handler added in window. */ | /** If set, screen has timer handler added in window. */ | ||||
| struct wmTimer *animtimer; | struct wmTimer *animtimer; | ||||
| /** Context callback. */ | /** Context callback. */ | ||||
| void *context; | void /*bContextDataCallback*/ *context; | ||||
| /** Runtime. */ | /** Runtime. */ | ||||
| struct wmTooltipState *tool_tip; | struct wmTooltipState *tool_tip; | ||||
| PreviewImage *preview; | PreviewImage *preview; | ||||
| } bScreen; | } bScreen; | ||||
| typedef struct ScrVert { | typedef struct ScrVert { | ||||
| ▲ Show 20 Lines • Show All 614 Lines • Show Last 20 Lines | |||||