summaryrefslogtreecommitdiffstats
path: root/win/tkWinFont.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2002-08-05 14:01:14 (GMT)
committerdgp@users.sourceforge.net <dgp>2002-08-05 14:01:14 (GMT)
commit0f6b0e395f96712c7fa76067245c96e0e24b7b81 (patch)
tree704ba07b279aefe0d6cf85cc0ac6642f333fc350 /win/tkWinFont.c
parent6099acaa0c6dd1fa40649a6deed28fb82265c6dc (diff)
downloadtk-0f6b0e395f96712c7fa76067245c96e0e24b7b81.zip
tk-0f6b0e395f96712c7fa76067245c96e0e24b7b81.tar.gz
tk-0f6b0e395f96712c7fa76067245c96e0e24b7b81.tar.bz2
* win/tkWinFont.c: Additional changes to fix CONST warnings on
* win/tkWinWM.c: Windows due to latest patch. Tks Vince Darley.
Diffstat (limited to 'win/tkWinFont.c')
-rw-r--r--win/tkWinFont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinFont.c b/win/tkWinFont.c
index c6111c8..87a7e82 100644
--- a/win/tkWinFont.c
+++ b/win/tkWinFont.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: tkWinFont.c,v 1.15 2002/04/12 07:18:49 hobbs Exp $
+ * RCS: @(#) $Id: tkWinFont.c,v 1.16 2002/08/05 14:01:15 dgp Exp $
*/
#include "tkWinInt.h"
@@ -352,7 +352,7 @@ TkpGetFontFromAttributes(
Window window;
WinFont *fontPtr;
char ***fontFallbacks;
- char *faceName, *fallback, *actualName;
+ Tk_Uid faceName, fallback, actualName;
tkwin = (Tk_Window) ((TkWindow *) tkwin)->mainPtr->winPtr;
window = Tk_WindowId(tkwin);