summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2012-02-22 22:58:19 (GMT)
committerKevin Walzer <kw@codebykevin.com>2012-02-22 22:58:19 (GMT)
commit9c889def7246e422c1eb98aa2e5e9e7e66298d44 (patch)
treede7ac26bd91d800ecba2dca0aa0539a1a44b20d3 /macosx/tkMacOSXWm.c
parent57b1224d0740ffbd5208457481ca421450bd6748 (diff)
downloadtk-9c889def7246e422c1eb98aa2e5e9e7e66298d44.zip
tk-9c889def7246e422c1eb98aa2e5e9e7e66298d44.tar.gz
tk-9c889def7246e422c1eb98aa2e5e9e7e66298d44.tar.bz2
Patch for font metrics and colorspace provided by Adrian Robert
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r--macosx/tkMacOSXWm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index b916de3..f2cb572 100644
--- a/macosx/tkMacOSXWm.c
+++ b/macosx/tkMacOSXWm.c
@@ -6306,7 +6306,7 @@ TkMacOSXMakeFullscreen(
wmPtr->flags |= WM_FULLSCREEN;
}
} else {
- wmPtr->flags &= ~WM_FULLSCREEN;
+ wmPtr->flags &= ~WM_FULLSCREEN;
}
TkMacOSXEnterExitFullscreen(winPtr, [window isKeyWindow]);
if (wasFullscreen && !(wmPtr->flags & WM_FULLSCREEN)) {