aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorJan Djärv2003-01-25 16:25:39 +0000
committerJan Djärv2003-01-25 16:25:39 +0000
commit1fcfb866116a5d2749dd03475f9156317e540fe5 (patch)
treef3904a40300aefb59b2b30b671dc2c6232208cb7 /src/xterm.h
parent54eefef1cfc4083f5407860af480ca7727f3b737 (diff)
downloademacs-1fcfb866116a5d2749dd03475f9156317e540fe5.tar.gz
emacs-1fcfb866116a5d2749dd03475f9156317e540fe5.zip
Fix input methods for GTK.
Don't right justify GTK help menu.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 7ad148c0004..129dca32f5c 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -1090,7 +1090,7 @@ extern void x_clear_area P_ ((Display *, Window, int, int, int, int, int));
1090extern void x_fullscreen_adjust P_ ((struct frame *f, int *, int *, 1090extern void x_fullscreen_adjust P_ ((struct frame *f, int *, int *,
1091 int *, int *)); 1091 int *, int *));
1092 1092
1093extern void x_dispatch_event P_ ((XEvent *, Display *)); 1093extern int x_dispatch_event P_ ((XEvent *, Display *));
1094 1094
1095/* Defined in xselect.c */ 1095/* Defined in xselect.c */
1096 1096