Home
last modified time | relevance | path

Searched defs:CDocumentAppearance (Results 1 – 1 of 1) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Ddocument.h60 struct CDocumentAppearance { struct
61 StaticRect windowPos; // Position of window on screen
62 int16 numPages; // Number of visible pages
63 int16 orientation; // Orientation of pages
64 uint8 *textColors; // Text color array
65 StaticRect pageRect[maxVisiblePages];// Array of visible page rects
66 StaticRect closeRect; // Close-box rectangle
67 StaticWindow *decoList; // List of decorator panels
68 int16 numDecos; // Number of decorator panels
69 hResID groupID; // Resource ID for decoration group
[all …]