summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorculler <culler>2024-06-04 03:31:32 (GMT)
committerculler <culler>2024-06-04 03:31:32 (GMT)
commit76b3d8182fa5a7bc55475313f14c55601907085a (patch)
treef19ccdda160346704acd0ac8a37c09e91f9ebb03 /macosx
parent9152676202ae5b70ac54403989c6154962a471a0 (diff)
downloadtk-76b3d8182fa5a7bc55475313f14c55601907085a.zip
tk-76b3d8182fa5a7bc55475313f14c55601907085a.tar.gz
tk-76b3d8182fa5a7bc55475313f14c55601907085a.tar.bz2
typo
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXWindowEvent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index b98e6c9..0713862 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -509,8 +509,8 @@ GenerateUpdates(
CGRect bounds, damageBounds;
NSView *view = TkMacOSXGetNSViewForDrawable((Drawable)winPtr->privatePtr);
-#if 0
TkMacOSXWinCGBounds(winPtr, &bounds);
+#if 0
if (!CGRectIntersectsRect(bounds, *updateBounds)) {
return 0;
}