From: Gerd Moellmann Date: Thu, 25 Jan 2001 20:26:04 +0000 (+0000) Subject: (x_clear_area): Add prototype. X-Git-Tag: emacs-pretest-21.0.96~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4629a73ab88368ac1b9ed82116e2d0b9604fe5a4;p=emacs.git (x_clear_area): Add prototype. --- diff --git a/src/xterm.h b/src/xterm.h index 829a175c048..a1f0e38c570 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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 @@ extern XtAppContext Xt_app_con; #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 */