]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xterm.c (x_fill_rectangle): Now static.
authorPaul Eggert <eggert@Penguin.CS.UCLA.EDU>
Mon, 17 Apr 2017 18:13:56 +0000 (11:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Apr 2017 18:14:40 +0000 (11:14 -0700)
src/xterm.c
src/xterm.h

index 516929217086c13005437a9b3b2a15bebae1495c..3de1ffea90017071cfb1b8932477295c89bb74fb 100644 (file)
@@ -714,7 +714,7 @@ x_reset_clip_rectangles (struct frame *f, GC gc)
 #endif
 }
 
-void
+static void
 x_fill_rectangle (struct frame *f, GC gc, int x, int y, int width, int height)
 {
 #ifdef USE_CAIRO
index 3122a2b208ce991b37ff10ea3d56018a3a64e763..a75257006fdaad4ed7f9b48f5777ed13c0b9dc90 100644 (file)
@@ -1102,7 +1102,6 @@ extern bool x_alloc_lighter_color_for_widget (Widget, Display *, Colormap,
 extern bool x_alloc_nearest_color (struct frame *, Colormap, XColor *);
 extern void x_query_color (struct frame *f, XColor *);
 extern void x_clear_area (struct frame *f, int, int, int, int);
-extern void x_fill_rectangle (struct frame *f, GC, int, int, int, int);
 #if !defined USE_X_TOOLKIT && !defined USE_GTK
 extern void x_mouse_leave (struct x_display_info *);
 #endif