aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorJoakim Verona2011-12-28 11:34:15 +0100
committerJoakim Verona2011-12-28 11:34:15 +0100
commit2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (patch)
tree034e65ef002631d0aba8fc1a41e9984fc557e630 /oldXMenu
parentbb29f044aa967831cd664c54eba0de0c701436ce (diff)
parentd23ab8e8726ecb7e3554644857b4a58e5f7408f1 (diff)
downloademacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.tar.gz
emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.zip
upstream
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/X10.h2
-rw-r--r--oldXMenu/XMenu.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h
index c30632b9d68..5e4ca068ba5 100644
--- a/oldXMenu/X10.h
+++ b/oldXMenu/X10.h
@@ -51,7 +51,7 @@ XDrawFilled so it shouldn't be defined.
51 */ 51 */
52typedef struct _XAssoc { 52typedef struct _XAssoc {
53 struct _XAssoc *next; /* Next object in this bucket. */ 53 struct _XAssoc *next; /* Next object in this bucket. */
54 struct _XAssoc *prev; /* Previous obejct in this bucket. */ 54 struct _XAssoc *prev; /* Previous object in this bucket. */
55 Display *display; /* Display which owns the id. */ 55 Display *display; /* Display which owns the id. */
56 XID x_id; /* X Window System id. */ 56 XID x_id; /* X Window System id. */
57 void *data; /* Pointer to untyped memory. */ 57 void *data; /* Pointer to untyped memory. */
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index aa27211c05c..8e4292f5088 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -152,8 +152,8 @@ typedef struct _xmselect {
152 * 152 *
153 */ 153 */
154typedef enum _xmstyle { 154typedef enum _xmstyle {
155 LEFT, /* Left oriented obejct. */ 155 LEFT, /* Left oriented object. */
156 RIGHT, /* Right oriented obejct. */ 156 RIGHT, /* Right oriented object. */
157 CENTER /* Center oriented object. */ 157 CENTER /* Center oriented object. */
158} XMStyle; 158} XMStyle;
159 159