diff options
Diffstat (limited to 'X11/ShellI.h')
-rw-r--r-- | X11/ShellI.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/X11/ShellI.h b/X11/ShellI.h new file mode 100644 index 000000000..34db03648 --- /dev/null +++ b/X11/ShellI.h @@ -0,0 +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 */
|