diff options
author | surles <surles> | 1999-06-16 20:11:28 (GMT) |
---|---|---|
committer | surles <surles> | 1999-06-16 20:11:28 (GMT) |
commit | 315eceb5db3079f23e9b44bbc8c26b32f07b60f3 (patch) | |
tree | abbed949bce8ff388638855623772027ac2da0d9 /generic/tkInt.decls | |
parent | 17b3a9afdbac6f249bd15e33f5d4d30239b3d4d1 (diff) | |
download | tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.zip tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.tar.gz tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.tar.bz2 |
modified files to work with new windows Makefiles
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 10 |
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) +} |