From 3691ab0624af5eaa6e84b73e28c912de5fd4bf0d Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 5 Apr 2002 08:37:52 +0000 Subject: added Tk_SetCaretPos stub (does nothing) --- mac/tkMacXStubs.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/mac/tkMacXStubs.c b/mac/tkMacXStubs.c index 8661392..26fe5ec 100644 --- a/mac/tkMacXStubs.c +++ b/mac/tkMacXStubs.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacXStubs.c,v 1.11 2002/01/25 21:09:37 dgp Exp $ + * RCS: @(#) $Id: tkMacXStubs.c,v 1.12 2002/04/05 08:37:52 hobbs Exp $ */ #include "tkInt.h" @@ -803,3 +803,20 @@ TkGetDefaultScreenName( } return screenName; } + +/* + *---------------------------------------------------------------------- + * + * Tk_SetCaretPos -- + * + * This indicates the cursor position to Tk. This is not used + * on the Mac currently. + * + *---------------------------------------------------------------------- + */ + +void +Tk_SetCaretPos(Tk_Window tkwin, int x, int y, int height) +{ + return; +} -- cgit v0.12