comparison src/xterm.h @ 35580:ff5045d1af58

(x_clear_area): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 25 Jan 2001 20:26:04 +0000
parents 6a10bf66e0c5
children f64eaa8f61aa
comparison
equal deleted inserted replaced
35579:65c31f59048a 35580:ff5045d1af58
1 /* Definitions and headers for communication with X protocol. 1 /* Definitions and headers for communication with X protocol.
2 Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000 2 Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
991 #ifdef USE_X_TOOLKIT 991 #ifdef USE_X_TOOLKIT
992 extern XtAppContext Xt_app_con; 992 extern XtAppContext Xt_app_con;
993 #endif 993 #endif
994 extern void x_query_colors P_ ((struct frame *f, XColor *, int)); 994 extern void x_query_colors P_ ((struct frame *f, XColor *, int));
995 extern void x_query_color P_ ((struct frame *f, XColor *)); 995 extern void x_query_color P_ ((struct frame *f, XColor *));
996 extern void x_clear_area P_ ((Display *, Window, int, int, int, int, int));
996 997
997 /* Defined in xselect.c */ 998 /* Defined in xselect.c */
998 999
999 extern void x_handle_property_notify P_ ((XPropertyEvent *)); 1000 extern void x_handle_property_notify P_ ((XPropertyEvent *));
1000 extern void x_handle_selection_notify P_ ((XSelectionEvent *)); 1001 extern void x_handle_selection_notify P_ ((XSelectionEvent *));