This commit is contained in:
parent
3e49278a15
commit
bc942153fe
6 changed files with 196 additions and 38 deletions
|
|
@ -13,9 +13,12 @@
|
|||
struct _MwLLClassicMacOS {
|
||||
struct _MwLLCommon common;
|
||||
|
||||
WindowRef window;
|
||||
EventRecord event;
|
||||
Rect winRect;
|
||||
MwLL parent;
|
||||
|
||||
WindowRef window;
|
||||
ControlHandle control;
|
||||
EventRecord event;
|
||||
Rect winRect;
|
||||
};
|
||||
|
||||
struct _MwLLClassicMacOSColor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue