summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authorsurles <surles>1999-06-16 20:11:28 (GMT)
committersurles <surles>1999-06-16 20:11:28 (GMT)
commit315eceb5db3079f23e9b44bbc8c26b32f07b60f3 (patch)
treeabbed949bce8ff388638855623772027ac2da0d9 /generic/tkStubInit.c
parent17b3a9afdbac6f249bd15e33f5d4d30239b3d4d1 (diff)
downloadtk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.zip
tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.tar.gz
tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.tar.bz2
modified files to work with new windows Makefiles
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index 2ebe002..18dab1e 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkStubInit.c,v 1.8 1999/05/25 01:31:06 stanton Exp $
+ * RCS: @(#) $Id: tkStubInit.c,v 1.9 1999/06/16 20:11:29 surles Exp $
*/
#include "tkInt.h"
@@ -565,6 +565,7 @@ TkIntXlibStubs tkIntXlibStubs = {
XGetVisualInfo, /* 101 */
XSetWMClientMachine, /* 102 */
XStringListToTextProperty, /* 103 */
+ XDrawLine, /* 104 */
#endif /* __WIN32__ */
#ifdef MAC_TCL
NULL, /* 0 */
@@ -649,6 +650,7 @@ TkIntXlibStubs tkIntXlibStubs = {
XStringListToTextProperty, /* 79 */
XDrawSegments, /* 80 */
XForceScreenSaver, /* 81 */
+ XDrawLine, /* 82 */
#endif /* MAC_TCL */
};