aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/XMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu/XMenu.h')
-rw-r--r--oldXMenu/XMenu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index bf1e77b5ff7..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
@@ -185,7 +185,7 @@ typedef struct _xmenu {
185 Window parent; /* Menu's parent window. */ 185 Window parent; /* Menu's parent window. */
186 int width; /* Overall menu width. */ 186 int width; /* Overall menu width. */
187 int height; /* Overall menu height. */ 187 int height; /* Overall menu height. */
188 int x_pos; /* Oveall menu origin. */ 188 int x_pos; /* Overall menu origin. */
189 int y_pos; /* Overall menu origin. */ 189 int y_pos; /* Overall menu origin. */
190 Cursor mouse_cursor; /* Mouse cursor raster. */ 190 Cursor mouse_cursor; /* Mouse cursor raster. */
191 XAssocTable *assoc_tab; /* XMWindow association table. */ 191 XAssocTable *assoc_tab; /* XMWindow association table. */