summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-lib/xorg-headers-native/X11/ShellI.h
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-05-09 16:52:15 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-05-09 16:52:15 +0000
commit3bd8b94fbb6a6ac0979ec3193e6985cd060a9a19 (patch)
treeed4f7237de0a59b115f1fa78c83b7f4871f5cded /meta/packages/xorg-lib/xorg-headers-native/X11/ShellI.h
parent6bc938582faf835bbaca71522b932fb21649bd50 (diff)
downloadopenembedded-core-3bd8b94fbb6a6ac0979ec3193e6985cd060a9a19.tar.gz
openembedded-core-3bd8b94fbb6a6ac0979ec3193e6985cd060a9a19.tar.bz2
openembedded-core-3bd8b94fbb6a6ac0979ec3193e6985cd060a9a19.tar.xz
openembedded-core-3bd8b94fbb6a6ac0979ec3193e6985cd060a9a19.zip
xorg-headers-native: added
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1673 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/xorg-headers-native/X11/ShellI.h')
-rw-r--r--meta/packages/xorg-lib/xorg-headers-native/X11/ShellI.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/xorg-headers-native/X11/ShellI.h b/meta/packages/xorg-lib/xorg-headers-native/X11/ShellI.h
new file mode 100644
index 000000000..6a093d791
--- /dev/null
+++ b/meta/packages/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 */