]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.c (x_x_to_emacs_modifiers): Make non-static.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 14 Feb 2006 10:01:23 +0000 (10:01 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 14 Feb 2006 10:01:23 +0000 (10:01 +0000)
src/xterm.c

index eb0b984d4861d1cbb5ebe7a1877cadd08ed5e43d..c1a7e95d1f0dc549542ddec76596348bcd6ea2d1 100644 (file)
@@ -322,8 +322,7 @@ static void x_set_window_size_1 P_ ((struct frame *, int, int, int));
 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 @@ x_find_modifier_meanings (dpyinfo)
 /* 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;