comparison src/extw-Xt.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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 INCLUDED_extw_Xt_h_ 22 #ifndef _EXTW_XT_H_
23 #define INCLUDED_extw_Xt_h_ 23 #define _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 /* INCLUDED_extw_Xt_h_ */ 44 #endif /* _EXTW_XT_H_ */