summaryrefslogtreecommitdiff
path: root/hw/xquartz/X11Controller.m
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-10-21 09:29:37 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-10-21 09:34:17 -0700
commitf67cd31d2cf1b8ad850bd21dbed5a975d77b4c54 (patch)
tree7062897d194010554abaa4f84f0c0a436247f300 /hw/xquartz/X11Controller.m
parentd434ed400986653771bbd60c224a2275bd6147ef (diff)
XQuartz: More progress towards fullscreen...
(cherry picked from commit 628cae86b4ad02c49d20df1e1afdcb7abcabb649) (cherry picked from commit b47b7ab6d6d0a7f6cbf678a5755124d6b7516d3e)
Diffstat (limited to 'hw/xquartz/X11Controller.m')
-rw-r--r--hw/xquartz/X11Controller.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xquartz/X11Controller.m b/hw/xquartz/X11Controller.m
index 85133868b..d4958b507 100644
--- a/hw/xquartz/X11Controller.m
+++ b/hw/xquartz/X11Controller.m
@@ -688,8 +688,6 @@ objectValueForTableColumn:(NSTableColumn *)tableColumn row:(int)row
[sync_text2 setTextColor:pbproxy_active ? [NSColor controlTextColor] : [NSColor disabledControlTextColor]];
[enable_fullscreen setIntValue:!quartzEnableRootless];
- // TODO: Add fullscreen support
- [enable_fullscreen setEnabled:NO];
[prefs_panel makeKeyAndOrderFront:sender];
}