aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2017-08-03 00:29:52 +0200
committerPetter Rodhelind <petter.rodhelind@gmail.com>2017-08-03 00:29:52 +0200
commit95737350aa0cb529c72b9abf84a812e2981e65cf (patch)
tree0109c358996a10b915a324e4fbaa6b50b897bac1
parent810cecc30d4cefe40401051a8e877665292a594d (diff)
downloadplan9port-95737350aa0cb529c72b9abf84a812e2981e65cf.tar.gz
plan9port-95737350aa0cb529c72b9abf84a812e2981e65cf.tar.bz2
plan9port-95737350aa0cb529c72b9abf84a812e2981e65cf.zip
devdraw: Use old fullscreen.
This makes it a lot easier to do keyboard shortcut fast switching between virtual desktops.
-rw-r--r--src/cmd/devdraw/cocoa-screen.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/devdraw/cocoa-screen.m b/src/cmd/devdraw/cocoa-screen.m
index d01e3503..b2dd21d4 100644
--- a/src/cmd/devdraw/cocoa-screen.m
+++ b/src/cmd/devdraw/cocoa-screen.m
@@ -60,7 +60,7 @@ AUTOFRAMEWORK(Cocoa)
int usegestures = 0;
int useliveresizing = 0;
-int useoldfullscreen = 0;
+int useoldfullscreen = 1;
int usebigarrow = 0;
static void setprocname(const char*);