summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-03-10 07:04:38 (GMT)
committerstanton <stanton@noemail.net>1999-03-10 07:04:38 (GMT)
commitec2ba5f6728b8b5f1a252e25b4433d29c4319403 (patch)
treeb83515b886272ee3c61631f31cfe3fad937dc0a7 /generic/tkTextDisp.c
parentf7d299b766bb808ca70de46712e13469c076fcdd (diff)
downloadtk-ec2ba5f6728b8b5f1a252e25b4433d29c4319403.zip
tk-ec2ba5f6728b8b5f1a252e25b4433d29c4319403.tar.gz
tk-ec2ba5f6728b8b5f1a252e25b4433d29c4319403.tar.bz2
integrated stubs into 8.0 main branch
FossilOrigin-Name: 4c74dd207943932e6d9a6d06a3ec11b8e4459199
Diffstat (limited to 'generic/tkTextDisp.c')
-rw-r--r--generic/tkTextDisp.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c
index 8d8de8d..8cbdd27 100644
--- a/generic/tkTextDisp.c
+++ b/generic/tkTextDisp.c
@@ -11,13 +11,17 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkTextDisp.c,v 1.2 1998/09/14 18:23:18 stanton Exp $
+ * RCS: @(#) $Id: tkTextDisp.c,v 1.3 1999/03/10 07:04:44 stanton Exp $
*/
#include "tkPort.h"
#include "tkInt.h"
#include "tkText.h"
+#ifdef __WIN32__
+#include "tkWinInt.h"
+#endif
+
/*
* The following structure describes how to display a range of characters.
* The information is generated by scanning all of the tags associated