diff options
Diffstat (limited to 'macosx/tkMacOSXWindowEvent.c')
-rw-r--r-- | macosx/tkMacOSXWindowEvent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c index f9b3c9e..c585fa2 100644 --- a/macosx/tkMacOSXWindowEvent.c +++ b/macosx/tkMacOSXWindowEvent.c @@ -1021,7 +1021,7 @@ ConfigureRestrictProc( if([NSApp isDrawing] || [self inLiveResize]) { [self generateExposeEvents: [self bounds]]; } - + /* * Finally, unlock the main autoreleasePool. */ |