changeset 68872:fb2632c6f0cc

* xterm.c (x_x_to_emacs_modifiers): Make non-static.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 14 Feb 2006 10:01:23 +0000
parents f2bcddae4f56
children 9f090604bd9a
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Tue Feb 14 08:14:01 2006 +0000
+++ b/src/xterm.c	Tue Feb 14 10:01:23 2006 +0000
@@ -322,8 +322,7 @@
 static const XColor *x_color_cells P_ ((Display *, int *));
 static void x_update_window_end P_ ((struct window *, int, int));
 void x_delete_display P_ ((struct x_display_info *));
-static unsigned int x_x_to_emacs_modifiers P_ ((struct x_display_info *,
-						unsigned));
+
 static int x_io_error_quitter P_ ((Display *));
 int x_catch_errors P_ ((Display *));
 void x_uncatch_errors P_ ((Display *, int));
@@ -3464,7 +3463,7 @@
 /* Convert between the modifier bits X uses and the modifier bits
    Emacs uses.  */
 
-static unsigned int
+unsigned int
 x_x_to_emacs_modifiers (dpyinfo, state)
      struct x_display_info *dpyinfo;
      unsigned int state;