Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_windowmanager_types.h
| Context not available. | |||||
| struct bScreen *screen DNA_DEPRECATED; | struct bScreen *screen DNA_DEPRECATED; | ||||
| /** Window coords. */ | /** Client window coords. */ | ||||
| short posx, posy, sizex, sizey; | short posx, posy, sizex, sizey; | ||||
| /** window size */ | |||||
| short wsizex, wsizey; | |||||
| /** Borderless, full. */ | /** Borderless, full. */ | ||||
| short windowstate; | short windowstate; | ||||
| /** Multiscreen... no idea how to store yet. */ | /** Multiscreen... no idea how to store yet. */ | ||||
| Context not available. | |||||
| /** Winid also in screens, is for retrieving this window after read. */ | /** Winid also in screens, is for retrieving this window after read. */ | ||||
| int winid; | int winid; | ||||
| /** Window type used in call to WM_window_open_temp */ | |||||
| int type; | |||||
| /** Internal, lock pie creation from this event until released. */ | /** Internal, lock pie creation from this event until released. */ | ||||
| short lock_pie_event; | short lock_pie_event; | ||||
| /** | /** | ||||
| Context not available. | |||||