diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 | ||||
| -rw-r--r-- | src/xterm.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index 51692921708..3de1ffea900 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -714,7 +714,7 @@ x_reset_clip_rectangles (struct frame *f, GC gc) | |||
| 714 | #endif | 714 | #endif |
| 715 | } | 715 | } |
| 716 | 716 | ||
| 717 | void | 717 | static void |
| 718 | x_fill_rectangle (struct frame *f, GC gc, int x, int y, int width, int height) | 718 | x_fill_rectangle (struct frame *f, GC gc, int x, int y, int width, int height) |
| 719 | { | 719 | { |
| 720 | #ifdef USE_CAIRO | 720 | #ifdef USE_CAIRO |
diff --git a/src/xterm.h b/src/xterm.h index 3122a2b208c..a75257006fd 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -1102,7 +1102,6 @@ extern bool x_alloc_lighter_color_for_widget (Widget, Display *, Colormap, | |||
| 1102 | extern bool x_alloc_nearest_color (struct frame *, Colormap, XColor *); | 1102 | extern bool x_alloc_nearest_color (struct frame *, Colormap, XColor *); |
| 1103 | extern void x_query_color (struct frame *f, XColor *); | 1103 | extern void x_query_color (struct frame *f, XColor *); |
| 1104 | extern void x_clear_area (struct frame *f, int, int, int, int); | 1104 | extern void x_clear_area (struct frame *f, int, int, int, int); |
| 1105 | extern void x_fill_rectangle (struct frame *f, GC, int, int, int, int); | ||
| 1106 | #if !defined USE_X_TOOLKIT && !defined USE_GTK | 1105 | #if !defined USE_X_TOOLKIT && !defined USE_GTK |
| 1107 | extern void x_mouse_leave (struct x_display_info *); | 1106 | extern void x_mouse_leave (struct x_display_info *); |
| 1108 | #endif | 1107 | #endif |