diff options
author | dkf <dkf@noemail.net> | 2000-11-21 16:18:03 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2000-11-21 16:18:03 (GMT) |
commit | a6b1cae64179aaca99b55d08fc2b164bb672c695 (patch) | |
tree | d29106fe0292c76556ff5614edd180c4bdfaa6cb /generic/tkInt.decls | |
parent | 5ae903dc1a7b5bfd79555abedbfd052e400e9d60 (diff) | |
download | tk-a6b1cae64179aaca99b55d08fc2b164bb672c695.zip tk-a6b1cae64179aaca99b55d08fc2b164bb672c695.tar.gz tk-a6b1cae64179aaca99b55d08fc2b164bb672c695.tar.bz2 |
Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed.
FossilOrigin-Name: a9b9efd5d48b7f3fb8705445979c29c9253c8c17
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 2269f21..94112c1 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.17 2000/04/10 22:43:11 ericm Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.18 2000/11/21 16:18:05 dkf Exp $ library tk @@ -632,6 +632,10 @@ declare 139 generic { void TkpInitKeymapInfo (TkDisplay *dispPtr) } +declare 140 generic { + TkRegion TkPhotoGetValidRegion (Tk_PhotoHandle handle) +} + ############################################################################## # Define the platform specific internal Tcl interface. These functions are |