mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
* src/xterm.c (x_fill_rectangle): Now static.
This commit is contained in:
parent
932698b789
commit
b8e0d203fe
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue