diff options
| author | Paul Eggert | 2017-04-17 11:13:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-04-17 11:14:40 -0700 |
| commit | b8e0d203febffe7446cbc5e0ee7d9bf168854a88 (patch) | |
| tree | 0153527e4755520b628d8d5fbc9101409f2e144f /src/xterm.h | |
| parent | 932698b7891668318ba9ca93375d8d27d52a07f5 (diff) | |
| download | emacs-b8e0d203febffe7446cbc5e0ee7d9bf168854a88.tar.gz emacs-b8e0d203febffe7446cbc5e0ee7d9bf168854a88.zip | |
* src/xterm.c (x_fill_rectangle): Now static.
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |