From bc0db762873b564d50faac4ab1bf1c85ea586d36 Mon Sep 17 00:00:00 2001 From: Markus Steinborn Date: Thu, 1 Mar 2012 18:09:26 +0100 Subject: Add XawTextGetSink for compatibility with libXaw Patch found at http://gitorious.org/xaw3d/xaw3d/commit/ccb1ffde090006f5a715c1e3d4da5f4d6fae05d3 Signed-off-by: Jeremy Huddleston --- include/X11/Xaw3d/Text.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/X11/Xaw3d/Text.h') 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 -- cgit v1.2.3