diff options
author | das <das> | 2006-03-28 02:43:45 (GMT) |
---|---|---|
committer | das <das> | 2006-03-28 02:43:45 (GMT) |
commit | 132f2dd82aa35a0ceb92fb4db6c0a4d5f3e46d53 (patch) | |
tree | 72b72f6da9be98c239bf090b94be856b2dd16ff0 | |
parent | e174d1b2298e72a9d2d91de3bf4fb770468a5d6e (diff) | |
download | tk-132f2dd82aa35a0ceb92fb4db6c0a4d5f3e46d53.zip tk-132f2dd82aa35a0ceb92fb4db6c0a4d5f3e46d53.tar.gz tk-132f2dd82aa35a0ceb92fb4db6c0a4d5f3e46d53.tar.bz2 |
* generic/tkFont.h: added prototype for TkFontGetFirstTextLayout()
needed by tkMacOSXButton.c and tkMacOSXMenubutton.c.
-rw-r--r-- | generic/tkFont.h | 4 |
1 files changed, 3 insertions, 1 deletions
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. |