diff options
| author | Jan Djärv | 2006-02-14 10:01:23 +0000 |
|---|---|---|
| committer | Jan Djärv | 2006-02-14 10:01:23 +0000 |
| commit | e92928a72de3ccb09acf5101b3d9d0cb18f12999 (patch) | |
| tree | 1de3db85d9b703b3449e869c752742f41eb2cd53 /src | |
| parent | a5f435502d4cf4f06ad2299e0be6e54d86bbe34c (diff) | |
| download | emacs-e92928a72de3ccb09acf5101b3d9d0cb18f12999.tar.gz emacs-e92928a72de3ccb09acf5101b3d9d0cb18f12999.zip | |
* xterm.c (x_x_to_emacs_modifiers): Make non-static.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c index eb0b984d486..c1a7e95d1f0 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -322,8 +322,7 @@ static void x_set_window_size_1 P_ ((struct frame *, int, int, int)); | |||
| 322 | static const XColor *x_color_cells P_ ((Display *, int *)); | 322 | static const XColor *x_color_cells P_ ((Display *, int *)); |
| 323 | static void x_update_window_end P_ ((struct window *, int, int)); | 323 | static void x_update_window_end P_ ((struct window *, int, int)); |
| 324 | void x_delete_display P_ ((struct x_display_info *)); | 324 | void x_delete_display P_ ((struct x_display_info *)); |
| 325 | static unsigned int x_x_to_emacs_modifiers P_ ((struct x_display_info *, | 325 | |
| 326 | unsigned)); | ||
| 327 | static int x_io_error_quitter P_ ((Display *)); | 326 | static int x_io_error_quitter P_ ((Display *)); |
| 328 | int x_catch_errors P_ ((Display *)); | 327 | int x_catch_errors P_ ((Display *)); |
| 329 | void x_uncatch_errors P_ ((Display *, int)); | 328 | void x_uncatch_errors P_ ((Display *, int)); |
| @@ -3464,7 +3463,7 @@ x_find_modifier_meanings (dpyinfo) | |||
| 3464 | /* Convert between the modifier bits X uses and the modifier bits | 3463 | /* Convert between the modifier bits X uses and the modifier bits |
| 3465 | Emacs uses. */ | 3464 | Emacs uses. */ |
| 3466 | 3465 | ||
| 3467 | static unsigned int | 3466 | unsigned int |
| 3468 | x_x_to_emacs_modifiers (dpyinfo, state) | 3467 | x_x_to_emacs_modifiers (dpyinfo, state) |
| 3469 | struct x_display_info *dpyinfo; | 3468 | struct x_display_info *dpyinfo; |
| 3470 | unsigned int state; | 3469 | unsigned int state; |