Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_types.h
| Context not available. | |||||
| int pass; | int pass; | ||||
| } wmTooltipState; | } wmTooltipState; | ||||
| /** | |||||
| * Stores preferred positions and sizes of windows such as user preferences | |||||
| */ | |||||
| typedef struct wmWindowPosition { | |||||
| struct wmWindowPosition *next, *prev; | |||||
| rcti rect; | |||||
| int type; | |||||
| } wmWindowPosition; | |||||
| /* *************** migrated stuff, clean later? ************** */ | /* *************** migrated stuff, clean later? ************** */ | ||||
| typedef struct RecentFile { | typedef struct RecentFile { | ||||
| Context not available. | |||||