diff options
author | marha <marha@users.sourceforge.net> | 2011-03-28 15:43:50 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-28 15:43:50 +0000 |
commit | 87027d4d788c04d3f721b27eb718207bbf30f61c (patch) | |
tree | e012c8b75aba8b7f2c5f6f2d509a57fbb07970ef /X11/ShellI.h | |
parent | 3015123fd2904d907896b1aefbe32c267baa2dc2 (diff) | |
download | vcxsrv-87027d4d788c04d3f721b27eb718207bbf30f61c.tar.gz vcxsrv-87027d4d788c04d3f721b27eb718207bbf30f61c.tar.bz2 vcxsrv-87027d4d788c04d3f721b27eb718207bbf30f61c.zip |
Synchronised files
Diffstat (limited to 'X11/ShellI.h')
-rw-r--r-- | X11/ShellI.h | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/X11/ShellI.h b/X11/ShellI.h index 6a093d791..34db03648 100644 --- a/X11/ShellI.h +++ b/X11/ShellI.h @@ -1,12 +1,10 @@ -/* $XFree86$ */ - -#ifndef _XtShellInternal_h -#define _XtShellInternal_h - -#include <X11/Xfuncproto.h> - -_XFUNCPROTOBEGIN - -extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y); - -#endif /* _XtShellInternal_h */ +#ifndef _XtShellInternal_h
+#define _XtShellInternal_h
+
+#include <X11/Xfuncproto.h>
+
+_XFUNCPROTOBEGIN
+
+extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);
+
+#endif /* _XtShellInternal_h */
|