Lines Matching defs:SalData
81 struct SalData struct
84 SALTIMERPROC mpTimerProc; // timer callback proc
85 AquaSalInstance *mpFirstInstance; // pointer of first instance
86 std::list<AquaSalFrame*> maFrames; // list of all frames
87 …std::hash_set<const AquaSalFrame*,FrameHash> maFrameCheck; // for fast check of frame existan…
88 …std::list<AquaSalFrame*> maPresentationFrames; // list of frames in presenta…
89 SalObject *mpFirstObject; // pointer of first object window
90 SalVirtualDevice *mpFirstVD; // first VirDev
91 SalPrinter *mpFirstPrinter; // first printing printer
92 SystemFontList *mpFontList;
93 …NSStatusItem* mpStatusItem; // one status item that draws all …
118 SalData(); argument