Imported Tk 8.6.9
This commit is contained in:
@@ -185,6 +185,15 @@ typedef struct TkWmInfo {
|
||||
TkWindow *scrollWinPtr; /* Ptr to scrollbar handling grow widget. */
|
||||
TkMenu *menuPtr;
|
||||
NSWindow *window;
|
||||
|
||||
/*
|
||||
* Space to cache current window state when window becomes Fullscreen.
|
||||
*/
|
||||
|
||||
unsigned long cachedStyle;
|
||||
unsigned long cachedPresentation;
|
||||
NSRect cachedBounds;
|
||||
|
||||
} WmInfo;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user