aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/xorg-headers-native/X11/ShellI.h
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/xorg-headers-native/X11/ShellI.h')
-rw-r--r--recipes/xorg-lib/xorg-headers-native/X11/ShellI.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/xorg-lib/xorg-headers-native/X11/ShellI.h b/recipes/xorg-lib/xorg-headers-native/X11/ShellI.h
new file mode 100644
index 0000000000..6a093d791a
--- /dev/null
+++ b/recipes/xorg-lib/xorg-headers-native/X11/ShellI.h
@@ -0,0 +1,12 @@
+/* $XFree86$ */
+
+#ifndef _XtShellInternal_h
+#define _XtShellInternal_h
+
+#include <X11/Xfuncproto.h>
+
+_XFUNCPROTOBEGIN
+
+extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);
+
+#endif /* _XtShellInternal_h */