From 132f2dd82aa35a0ceb92fb4db6c0a4d5f3e46d53 Mon Sep 17 00:00:00 2001 From: das Date: Tue, 28 Mar 2006 02:43:45 +0000 Subject: * generic/tkFont.h: added prototype for TkFontGetFirstTextLayout() needed by tkMacOSXButton.c and tkMacOSXMenubutton.c. --- generic/tkFont.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generic/tkFont.h b/generic/tkFont.h index cc57167..b2fbe8c 100644 --- a/generic/tkFont.h +++ b/generic/tkFont.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkFont.h,v 1.5 1999/04/16 01:51:14 stanton Exp $ + * RCS: @(#) $Id: tkFont.h,v 1.5.20.1 2006/03/28 02:43:45 das Exp $ */ #ifndef _TKFONT @@ -205,6 +205,8 @@ EXTERN int TkFontGetPoints _ANSI_ARGS_((Tk_Window tkwin, int size)); EXTERN char ** TkFontGetGlobalClass _ANSI_ARGS_((void)); EXTERN char ** TkFontGetSymbolClass _ANSI_ARGS_((void)); +EXTERN int TkFontGetFirstTextLayout _ANSI_ARGS_(( + Tk_TextLayout layout, Tk_Font *font, char *dst)); /* * Low-level API exported by platform-specific code to generic code. -- cgit v0.12