diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-21 16:18:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-21 16:18:04 (GMT) |
commit | ff407d9f1c96264b703cfb85b5bcfa319de9a607 (patch) | |
tree | d29106fe0292c76556ff5614edd180c4bdfaa6cb /generic/tkStubInit.c | |
parent | 467369020ae40654ed0bcf33290cf2fdf6a97b54 (diff) | |
download | tk-ff407d9f1c96264b703cfb85b5bcfa319de9a607.zip tk-ff407d9f1c96264b703cfb85b5bcfa319de9a607.tar.gz tk-ff407d9f1c96264b703cfb85b5bcfa319de9a607.tar.bz2 |
Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed.
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 2fe2b7f..560fbb2 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.24 2000/10/05 18:31:26 ericm Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.25 2000/11/21 16:18:05 dkf Exp $ */ #include "tkInt.h" @@ -347,6 +347,7 @@ TkIntStubs tkIntStubs = { TkpSetKeycodeAndState, /* 137 */ TkpGetKeySym, /* 138 */ TkpInitKeymapInfo, /* 139 */ + TkPhotoGetValidRegion, /* 140 */ }; TkIntPlatStubs tkIntPlatStubs = { |