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.c | |
| parent | 932698b7891668318ba9ca93375d8d27d52a07f5 (diff) | |
| download | emacs-b8e0d203febffe7446cbc5e0ee7d9bf168854a88.tar.gz emacs-b8e0d203febffe7446cbc5e0ee7d9bf168854a88.zip | |
* src/xterm.c (x_fill_rectangle): Now static.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 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 |