summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorsurles <surles@noemail.net>1999-06-16 20:11:27 (GMT)
committersurles <surles@noemail.net>1999-06-16 20:11:27 (GMT)
commitdf4e07b25c8cc0595d2719502498e762a80e960b (patch)
treeabbed949bce8ff388638855623772027ac2da0d9 /generic/tkInt.decls
parent1ab597e11b964960febacdbf5d7a0e4222aa2638 (diff)
downloadtk-df4e07b25c8cc0595d2719502498e762a80e960b.zip
tk-df4e07b25c8cc0595d2719502498e762a80e960b.tar.gz
tk-df4e07b25c8cc0595d2719502498e762a80e960b.tar.bz2
modified files to work with new windows Makefiles
FossilOrigin-Name: 8a68de4fa4b67394ae69a65ee86ee1abad5a4737
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls10
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 5c7693b..30157a6 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -9,7 +9,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tkInt.decls,v 1.7 1999/05/25 01:31:05 stanton Exp $
+# RCS: @(#) $Id: tkInt.decls,v 1.8 1999/06/16 20:11:28 surles Exp $
library tk
@@ -1501,6 +1501,10 @@ declare 103 win {
Status XStringListToTextProperty(char** list, int count, \
XTextProperty* text_prop_return)
}
+declare 104 win {
+ void XDrawLine (Display* d, Drawable dr, GC g, int x1, int y1, \
+ int x2, int y2)
+}
# X functions for Mac
@@ -1873,3 +1877,7 @@ declare 80 mac {
declare 81 mac {
void XForceScreenSaver(Display* display, int mode)
}
+declare 82 mac {
+ void XDrawLine (Display* d, Drawable dr, GC g, int x1, int y1, \
+ int x2, int y2)
+}