diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-12-17 15:03:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-12-17 15:03:11 (GMT) |
commit | b0403585584cc0e6e4518f2cd03ac46fa21db2f9 (patch) | |
tree | 62183edb3ead77232b78353c690a06964c06f176 /macosx/tkMacOSXWindowEvent.c | |
parent | 01670551022a0cb4e2b46fad2d9d5493e3f49a48 (diff) | |
download | tk-b0403585584cc0e6e4518f2cd03ac46fa21db2f9.zip tk-b0403585584cc0e6e4518f2cd03ac46fa21db2f9.tar.gz tk-b0403585584cc0e6e4518f2cd03ac46fa21db2f9.tar.bz2 |
spacing
Diffstat (limited to 'macosx/tkMacOSXWindowEvent.c')
-rw-r--r-- | macosx/tkMacOSXWindowEvent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c index 1150f2e..95ebb25 100644 --- a/macosx/tkMacOSXWindowEvent.c +++ b/macosx/tkMacOSXWindowEvent.c @@ -806,7 +806,7 @@ ConfigureRestrictProc( { const NSRect *rectsBeingDrawn; NSInteger rectsBeingDrawnCount; - + [self getRectsBeingDrawn:&rectsBeingDrawn count:&rectsBeingDrawnCount]; #ifdef TK_MAC_DEBUG_DRAWING @@ -855,7 +855,7 @@ ConfigureRestrictProc( * don't clobber the AutoreleasePool set up by the caller. */ [NSApp setPoolProtected:YES]; - + /* * Try to prevent flickers and flashes. * @@ -864,7 +864,7 @@ ConfigureRestrictProc( * 768, ... :^( */ [w disableFlushWindow]; - + /* Disable Tk drawing until the window has been completely configured.*/ TkMacOSXSetDrawingEnabled(winPtr, 0); |