summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-27 10:24:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-27 10:24:45 (GMT)
commitc9ab6b090e48fa0dc6e18194dc636fdd47de179b (patch)
tree4ae74afd0e81f6472d1bcdd20de04616f80632f0 /macosx/tkMacOSXWm.h
parentad908843c78dcba5e13e8c616a6d795619b6fe60 (diff)
downloadtk-c9ab6b090e48fa0dc6e18194dc636fdd47de179b.zip
tk-c9ab6b090e48fa0dc6e18194dc636fdd47de179b.tar.gz
tk-c9ab6b090e48fa0dc6e18194dc636fdd47de179b.tar.bz2
Some internal master -> container renamings, nothing related to API
Diffstat (limited to 'macosx/tkMacOSXWm.h')
-rw-r--r--macosx/tkMacOSXWm.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/macosx/tkMacOSXWm.h b/macosx/tkMacOSXWm.h
index 20bbb6d..6696b05 100644
--- a/macosx/tkMacOSXWm.h
+++ b/macosx/tkMacOSXWm.h
@@ -37,7 +37,7 @@ typedef struct ProtocolHandler {
} ProtocolHandler;
/* The following data structure is used in the TkWmInfo to maintain a list of all of the
- * transient windows belonging to a given master.
+ * transient windows belonging to a given container.
*/
typedef struct Transient {
@@ -46,6 +46,7 @@ typedef struct Transient {
struct Transient *nextPtr;
} Transient;
+#define WITHDRAWN_BY_CONTAINER 0x1
#define WITHDRAWN_BY_MASTER 0x1
/*
@@ -65,8 +66,8 @@ typedef struct TkWmInfo {
Tk_Uid titleUid; /* Title to display in window caption. If NULL,
* use name of widget. */
char *iconName; /* Name to display in icon. */
- Tk_Window master; /* Master window for TRANSIENT_FOR property, or
- * None. */
+ Tk_Window master; /* Container window for TRANSIENT_FOR property,
+ * or None. */
XWMHints hints; /* Various pieces of information for window
* manager. */
char *leaderName; /* Path name of leader of window group