summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXKeyEvent.c
diff options
context:
space:
mode:
authorculler <culler>2020-07-27 16:27:47 (GMT)
committerculler <culler>2020-07-27 16:27:47 (GMT)
commit50092ff480b5a538c303cc781bf30505d4c2ba08 (patch)
treeb02dbbf1709ef6db989d4c47fd3c8442513e1dd6 /macosx/tkMacOSXKeyEvent.c
parentad4ba7d19aaf93762d9c0c3605c14a5aca7849a6 (diff)
parent916ea258d01119b9f5e02836ac8a92c4d6c4f520 (diff)
downloadtk-50092ff480b5a538c303cc781bf30505d4c2ba08.zip
tk-50092ff480b5a538c303cc781bf30505d4c2ba08.tar.gz
tk-50092ff480b5a538c303cc781bf30505d4c2ba08.tar.bz2
Merge 8.6: fix testing and build issues on the various supported versions of macOS.
Diffstat (limited to 'macosx/tkMacOSXKeyEvent.c')
-rw-r--r--macosx/tkMacOSXKeyEvent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/tkMacOSXKeyEvent.c b/macosx/tkMacOSXKeyEvent.c
index 3ddc779..69bc40f 100644
--- a/macosx/tkMacOSXKeyEvent.c
+++ b/macosx/tkMacOSXKeyEvent.c
@@ -267,6 +267,8 @@ static NSUInteger textInputModifiers;
@implementation TKContentView
+@synthesize tkDirtyRect = _tkDirtyRect;
+@synthesize tkNeedsDisplay = _tkNeedsDisplay;;
/*
* Implementation of the NSTextInputClient protocol.