diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-08 12:53:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-08 12:53:28 (GMT) |
commit | c15768b7bff4bdebe68c0856c364accbef57cfd3 (patch) | |
tree | d923dec447d65ac6fc9cd3ddcdb0f32b41a1015f /unix/tkUnixPort.h | |
parent | c2a305b8ed5e188557828ca1fc623f00f180e534 (diff) | |
parent | 2c80218636b778e62c7c0707c891553b83a79a26 (diff) | |
download | tk-c15768b7bff4bdebe68c0856c364accbef57cfd3.zip tk-c15768b7bff4bdebe68c0856c364accbef57cfd3.tar.gz tk-c15768b7bff4bdebe68c0856c364accbef57cfd3.tar.bz2 |
Merge 8.5.
Prevent dummy stub entry before TkpRedrawWidget/TkpWillDrawWidget entries (this is a workaround for an earlier genStubs bug, but those are new stub entries)
Don't use "interp children" in testcases yet (test suite should run against Tcl 8.6.9 in Travis too)
Diffstat (limited to 'unix/tkUnixPort.h')
-rw-r--r-- | unix/tkUnixPort.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h index 47a0aad..09ff558 100644 --- a/unix/tkUnixPort.h +++ b/unix/tkUnixPort.h @@ -167,8 +167,6 @@ #define TkpButtonSetDefaults() {} #define TkpDestroyButton(butPtr) {} -#define TkpWillDrawWidget(tkwin) 0 -#define TkpRedrawWidget(tkwin) #define TkSelUpdateClipboard(a,b) {} #ifndef __CYGWIN__ #define TkSetPixmapColormap(p,c) {} |