Mercurial > hg > xemacs-beta
comparison src/extw-Xt.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 2aa9cd456ae7 |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
18 Boston, MA 02111-1307, USA. */ | 18 Boston, MA 02111-1307, USA. */ |
19 | 19 |
20 /* Synched up with: Not in FSF. */ | 20 /* Synched up with: Not in FSF. */ |
21 | 21 |
22 #ifndef _EXTW_XT_H_ | 22 #ifndef INCLUDED_extw_Xt_h_ |
23 #define _EXTW_XT_H_ | 23 #define INCLUDED_extw_Xt_h_ |
24 | 24 |
25 #include "extw-Xlib.h" | 25 #include "extw-Xlib.h" |
26 | 26 |
27 #ifndef XtCXtToolkitError | 27 #ifndef XtCXtToolkitError |
28 #define XtCXtToolkitError "XtToolkitError" | 28 #define XtCXtToolkitError "XtToolkitError" |
39 XtWidgetGeometry *xwg); | 39 XtWidgetGeometry *xwg); |
40 Bool extw_wait_for_response(Widget w, XEvent *event, unsigned long request_num, | 40 Bool extw_wait_for_response(Widget w, XEvent *event, unsigned long request_num, |
41 en_extw_notify type, unsigned long timeout); | 41 en_extw_notify type, unsigned long timeout); |
42 | 42 |
43 | 43 |
44 #endif /* _EXTW_XT_H_ */ | 44 #endif /* INCLUDED_extw_Xt_h_ */ |