diff options
| author | Jan Djärv | 2003-01-25 16:25:39 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-01-25 16:25:39 +0000 |
| commit | 1fcfb866116a5d2749dd03475f9156317e540fe5 (patch) | |
| tree | f3904a40300aefb59b2b30b671dc2c6232208cb7 /src/xterm.h | |
| parent | 54eefef1cfc4083f5407860af480ca7727f3b737 (diff) | |
| download | emacs-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.h | 2 |
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)); | |||
| 1090 | extern void x_fullscreen_adjust P_ ((struct frame *f, int *, int *, | 1090 | extern void x_fullscreen_adjust P_ ((struct frame *f, int *, int *, |
| 1091 | int *, int *)); | 1091 | int *, int *)); |
| 1092 | 1092 | ||
| 1093 | extern void x_dispatch_event P_ ((XEvent *, Display *)); | 1093 | extern int x_dispatch_event P_ ((XEvent *, Display *)); |
| 1094 | 1094 | ||
| 1095 | /* Defined in xselect.c */ | 1095 | /* Defined in xselect.c */ |
| 1096 | 1096 | ||