summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorculler <culler>2024-05-23 17:43:55 (GMT)
committerculler <culler>2024-05-23 17:43:55 (GMT)
commit0a51685f4bf2ef83d5ef6e3a32be16f7f34d86aa (patch)
tree52a668dc46a12b38ce33560779d2a7b9dc91ecf7 /macosx
parentcc868037c68118ed7f7a9c8b38894042ff40620b (diff)
downloadtk-0a51685f4bf2ef83d5ef6e3a32be16f7f34d86aa.zip
tk-0a51685f4bf2ef83d5ef6e3a32be16f7f34d86aa.tar.gz
tk-0a51685f4bf2ef83d5ef6e3a32be16f7f34d86aa.tar.bz2
White space.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXWindowEvent.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index fc7acfd..68ec369 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -252,12 +252,12 @@ extern NSString *NSWindowDidOrderOffScreenNotification;
- (void) windowMapped: (NSNotification *) notification
{
- NSWindow *w = [notification object];
- TkWindow *winPtr = TkMacOSXGetTkWindow(w);
+ NSWindow *w = [notification object];
+ TkWindow *winPtr = TkMacOSXGetTkWindow(w);
- if (winPtr) {
+ if (winPtr) {
while (Tcl_DoOneEvent(TCL_IDLE_EVENTS)) {}
- }
+ }
}
- (void) windowLiveResize: (NSNotification *) notification