changeset 35580:ff5045d1af58

(x_clear_area): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 25 Jan 2001 20:26:04 +0000
parents 65c31f59048a
children 3a46a6389078
files src/xterm.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Thu Jan 25 20:25:33 2001 +0000
+++ b/src/xterm.h	Thu Jan 25 20:26:04 2001 +0000
@@ -1,5 +1,5 @@
 /* Definitions and headers for communication with X protocol.
-   Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000
+   Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001
    Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -993,6 +993,7 @@
 #endif
 extern void x_query_colors P_ ((struct frame *f, XColor *, int));
 extern void x_query_color P_ ((struct frame *f, XColor *));
+extern void x_clear_area P_ ((Display *, Window, int, int, int, int, int));
 
 /* Defined in xselect.c */