summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-07-28 04:57:37 (GMT)
committerhobbs <hobbs>2005-07-28 04:57:37 (GMT)
commita8b4cdc0ae29558241512cba5e42dc3cfb5a9c59 (patch)
tree4870570f4a045ed0e9b5d90b6f2d1e2071b4ee8d /generic/tkStubInit.c
parent3caf558162fc4f2bb92f2d65f72f9f6532f34298 (diff)
downloadtk-a8b4cdc0ae29558241512cba5e42dc3cfb5a9c59.zip
tk-a8b4cdc0ae29558241512cba5e42dc3cfb5a9c59.tar.gz
tk-a8b4cdc0ae29558241512cba5e42dc3cfb5a9c59.tar.bz2
* generic/tkFrame.c (DisplayFrame):
* generic/tkInt.decls: add TkpDrawFrame to allow for * generic/tkIntDecls.h: platform-specific drawing into the frame/ * generic/tkStubInit.c: toplevel area. Currently only differs on * generic/tkFrame.c: OS X (Aqua), which will draw a themed bg * win/tkWinDraw.c: if tk::mac::useThemedToplevel == 1. * unix/tkUnixDraw.c: Normal frames left alone until we can * mac/tkMacDraw.c: better factor out frame drawing to be * macosx/tkMacDraw.c: widget-specific.
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index c69c88f..495a509 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.41.2.2 2004/09/23 00:56:14 mdejong Exp $
+ * RCS: @(#) $Id: tkStubInit.c,v 1.41.2.3 2005/07/28 04:57:38 hobbs Exp $
*/
#include "tkInt.h"
@@ -330,6 +330,9 @@ TkIntStubs tkIntStubs = {
TkStylePkgFree, /* 147 */
TkToplevelWindowForCommand, /* 148 */
TkGetOptionSpec, /* 149 */
+ NULL, /* 150 */
+ NULL, /* 151 */
+ TkpDrawFrame, /* 152 */
};
TkIntPlatStubs tkIntPlatStubs = {