diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-06-12 23:03:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-06-12 23:03:23 (GMT) |
commit | 31ad1f521e59ee70e024b01777c2b0e4d1b88849 (patch) | |
tree | 64d00dbb4f41a996d8b2efeeff7e03389ff7047c /generic/tkStubInit.c | |
parent | 7b72329ae744b09f5b2d9ab0ebf40490d7437436 (diff) | |
download | tk-31ad1f521e59ee70e024b01777c2b0e4d1b88849.zip tk-31ad1f521e59ee70e024b01777c2b0e4d1b88849.tar.gz tk-31ad1f521e59ee70e024b01777c2b0e4d1b88849.tar.bz2 |
regen stubs
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 1b97ad7..e9632a5 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.68 2009/04/27 10:31:35 dkf Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.69 2009/06/12 23:03:23 dkf Exp $ */ #include "tkInt.h" @@ -328,6 +328,8 @@ static const TkIntStubs tkIntStubs = { TkOffsetPrintProc, /* 174 */ TkPixelParseProc, /* 175 */ TkPixelPrintProc, /* 176 */ + TkOrientParseProc, /* 177 */ + TkOrientPrintProc, /* 178 */ }; static const TkIntPlatStubs tkIntPlatStubs = { |