summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commit177c0ea74342272645959b82cf219faa0b3dba16 (patch)
tree44e22b210a9904eab25a66d12e708804b671df75 /src/gtkutil.h
parentdb95369be096960245dd38678f68464627698678 (diff)
downloademacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz
emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.bz2
emacs-177c0ea74342272645959b82cf219faa0b3dba16.zip
Trailing whitespace deleted.
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index 103b9781417..b6779b465f1 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -66,7 +66,7 @@ typedef struct xg_list_node_
typedef struct xg_menu_cb_data_
{
xg_list_node ptrs;
-
+
FRAME_PTR f;
Lisp_Object menu_bar_vector;
int menu_bar_items_used;
@@ -85,7 +85,7 @@ typedef struct xg_menu_item_cb_data_
Lisp_Object help;
gpointer call_data;
xg_menu_cb_data *cl_data;
-
+
} xg_menu_item_cb_data;
@@ -98,7 +98,7 @@ typedef struct _widget_value
char *name;
/* value (meaning depend on widget type) */
char *value;
- /* keyboard equivalent. no implications for XtTranslations */
+ /* keyboard equivalent. no implications for XtTranslations */
char *key;
/* Help string or nil if none.
GC finds this string through the frame's menu_bar_vector