summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.h
diff options
context:
space:
mode:
authorculler <culler>2019-02-28 06:18:53 (GMT)
committerculler <culler>2019-02-28 06:18:53 (GMT)
commit25cab35e68932b15367a751414207d51a502e687 (patch)
tree8ba69d6eee559f1acd73aca10f064dadbd4bba42 /macosx/tkMacOSXWm.h
parent33c0644d0f0db1639b351981459ed7a9e4d4270d (diff)
downloadtk-25cab35e68932b15367a751414207d51a502e687.zip
tk-25cab35e68932b15367a751414207d51a502e687.tar.gz
tk-25cab35e68932b15367a751414207d51a502e687.tar.bz2
Remove some bloat from tkMacOSXWm.c.
Diffstat (limited to 'macosx/tkMacOSXWm.h')
-rw-r--r--macosx/tkMacOSXWm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/macosx/tkMacOSXWm.h b/macosx/tkMacOSXWm.h
index a7ea92c..5f07fe6 100644
--- a/macosx/tkMacOSXWm.h
+++ b/macosx/tkMacOSXWm.h
@@ -65,7 +65,7 @@ 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. */
- Window master; /* Master window for TRANSIENT_FOR property, or
+ Tk_Window master; /* Master window for TRANSIENT_FOR property, or
* None. */
XWMHints hints; /* Various pieces of information for window
* manager. */
@@ -73,10 +73,6 @@ typedef struct TkWmInfo {
* (corresponds to hints.window_group).
* Malloc-ed. Note: this field doesn't get
* updated if leader is destroyed. */
- char *masterWindowName; /* Path name of window specified as master in
- * "wm transient" command, or NULL. Malloc-ed.
- * Note: this field doesn't get updated if
- * masterWindowName is destroyed. */
Tk_Window icon; /* Window to use as icon for this window, or
* NULL. */
Tk_Window iconFor; /* Window for which this window is icon, or