summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Steinborn <gnugv_maintainer@yahoo.de>2012-03-01 18:09:26 +0100
committerJeremy Huddleston <jeremyhu@apple.com>2012-03-24 21:22:57 -0700
commitbc0db762873b564d50faac4ab1bf1c85ea586d36 (patch)
tree60cbdbcd7365e77dbb4648362ee000715a11c3ff /include
parent5d367cd9d0cd8fa5a85ed442e30dab4222824a36 (diff)
Add XawTextGetSink for compatibility with libXaw
Patch found at http://gitorious.org/xaw3d/xaw3d/commit/ccb1ffde090006f5a715c1e3d4da5f4d6fae05d3 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'include')
-rw-r--r--include/X11/Xaw3d/Text.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/X11/Xaw3d/Text.h b/include/X11/Xaw3d/Text.h
index 42699a7..beef8ab 100644
--- a/include/X11/Xaw3d/Text.h
+++ b/include/X11/Xaw3d/Text.h
@@ -242,6 +242,10 @@ extern Widget XawTextGetSource(
Widget /* w */
);
+extern Widget XawTextGetSink(
+ Widget /* w */
+);
+
extern XawTextPosition XawTextSearch(
Widget /* w */,
#if NeedWidePrototypes