summaryrefslogtreecommitdiff
path: root/include/X11/ShellI.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/ShellI.h')
-rw-r--r--include/X11/ShellI.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/X11/ShellI.h b/include/X11/ShellI.h
new file mode 100644
index 0000000..33d45da
--- /dev/null
+++ b/include/X11/ShellI.h
@@ -0,0 +1,12 @@
+/* $XFree86: xc/lib/Xt/ShellI.h,v 1.1 2001/08/18 02:41:29 dawes Exp $ */
+
+#ifndef _XtShellInternal_h
+#define _XtShellInternal_h
+
+#include <X11/Xfuncproto.h>
+
+_XFUNCPROTOBEGIN
+
+extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);
+
+#endif /* _XtShellInternal_h */