summaryrefslogtreecommitdiff
path: root/oldXMenu/XMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu/XMenu.h')
-rw-r--r--oldXMenu/XMenu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index b94c01548cd..3188f66fa4c 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -1,6 +1,6 @@
#include "copyright.h"
-/* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/XMenu.h,v 1.1 1999/10/03 19:35:23 fx Exp $ */
+/* $Header: /cvs/emacs/oldXMenu/XMenu.h,v 1.2 2000/01/27 15:29:38 gerd Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
@@ -8,7 +8,7 @@
*
* XMenu.h - Include file for the MIT Project Athena
* XMenu X window system menu package.
- *
+ *
* Author: Tony Della Fera, DEC
* August, 1984
*/
@@ -169,8 +169,8 @@ typedef enum _xmmode {
} XMMode;
-/*
- * Define the XMenu datatype.
+/*
+ * Define the XMenu datatype.
*
* All dimensions are in pixels unless otherwise noted.
*/
@@ -216,7 +216,7 @@ typedef struct _xmenu {
int s_y_off; /* Selection window Y offset. */
int s_count; /* Maximum number of selections per pane. */
GC normal_select_GC; /* GC used for inactive selections. */
- GC inverse_select_GC; /* GC used for active (current) selection. */
+ GC inverse_select_GC; /* GC used for active (current) selection. */
GC inact_GC; /* GC used for inactive selections and */
/* panes headers. */
/* -------------------- Color data -------------------- */