diff options
Diffstat (limited to 'libXt/include/X11/ShellI.h')
-rw-r--r-- | libXt/include/X11/ShellI.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libXt/include/X11/ShellI.h b/libXt/include/X11/ShellI.h index 34db03648..c1ee0b159 100644 --- a/libXt/include/X11/ShellI.h +++ b/libXt/include/X11/ShellI.h @@ -1,10 +1,10 @@ -#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 */ |