comparison src/ExternalClient.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 376386a54a3c
children 697ef44129c6 2aa9cd456ae7
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
18 18
19 /* Synched up with: Not in FSF. */ 19 /* Synched up with: Not in FSF. */
20 20
21 /* Written by Ben Wing. */ 21 /* Written by Ben Wing. */
22 22
23 #ifndef _ExternalClient_h 23 #ifndef INCLUDED_ExternalClient_h_
24 #define _ExternalClient_h 24 #define INCLUDED_ExternalClient_h_
25 25
26 #ifndef XtNshellTimeout 26 #ifndef XtNshellTimeout
27 #define XtNshellTimeout "shellTimeout" 27 #define XtNshellTimeout "shellTimeout"
28 #endif 28 #endif
29 #ifndef XtCShellTimeout 29 #ifndef XtCShellTimeout
69 /* External entry points when using direct Xlib */ 69 /* External entry points when using direct Xlib */
70 70
71 void ExternalClientInitialize (Display *display, Window win); 71 void ExternalClientInitialize (Display *display, Window win);
72 void ExternalClientEventHandler (Display *display, Window win, XEvent *event); 72 void ExternalClientEventHandler (Display *display, Window win, XEvent *event);
73 73
74 #endif /* _ExternalClient_h */ 74 #endif /* INCLUDED_ExternalClient_h_ */