comparison src/ExternalClient.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
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 INCLUDED_ExternalClient_h_ 23 #ifndef _ExternalClient_h
24 #define INCLUDED_ExternalClient_h_ 24 #define _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 /* INCLUDED_ExternalClient_h_ */ 74 #endif /* _ExternalClient_h */