]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.c: (x_shift_glyphs_for_insert, XTflash, XTring_bell):
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Mar 2011 07:02:55 +0000 (23:02 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Mar 2011 07:02:55 +0000 (23:02 -0800)
(x_calc_absolute_position): Now static.

src/ChangeLog
src/xterm.c

index 667a7ba2b15def8d8b0771037fbedfc702754ccb..dd88e961a51d0691f6630e840ab2a52811fe0046 100644 (file)
@@ -4,6 +4,8 @@
 
        * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
        Remove unused functions.
+       (x_shift_glyphs_for_insert, XTflash, XTring_bell):
+       (x_calc_absolute_position): Now static.
 
        * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): Rename
        or move locals to avoid shadowing.
index 49553e3f1e0f7e675fed35a1431518f6ae89084e..beb215b5680010718a1e41228aca884ab10292f2 100644 (file)
@@ -2886,7 +2886,7 @@ x_draw_glyph_string (struct glyph_string *s)
 
 /* Shift display to make room for inserted glyphs.   */
 
-void
+static void
 x_shift_glyphs_for_insert (struct frame *f, int x, int y, int width, int height, int shift_by)
 {
   XCopyArea (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), FRAME_X_WINDOW (f),
@@ -2990,7 +2990,7 @@ timeval_subtract (struct timeval *result, struct timeval x, struct timeval y)
   return x.tv_sec < y.tv_sec;
 }
 
-void
+static void
 XTflash (struct frame *f)
 {
   BLOCK_INPUT;
@@ -3165,7 +3165,7 @@ XTtoggle_invisible_pointer (FRAME_PTR f, int invisible)
 
 /* Make audible bell.  */
 
-void
+static void
 XTring_bell (struct frame *f)
 {
   if (FRAME_X_DISPLAY (f))
@@ -8098,7 +8098,7 @@ xim_close_dpy (struct x_display_info *dpyinfo)
 /* Calculate the absolute position in frame F
    from its current recorded position values and gravity.  */
 
-void
+static void
 x_calc_absolute_position (struct frame *f)
 {
   int flags = f->size_hint_flags;