Re: [9fans] 9vx: ...and if you love plan9 more than your x86 host

2008-06-30 Thread Russ Cox
> It's more fun to use 9vx in the fullscreen mode to get a complete > Plan9 experience. > > Press to toggle fullscreen mode. > Patch attached. Checked F11 code into hg. Instead of sending the window manager a "make me fullscreen" request like your code did, the code I added (taken from p9p) jus

[9fans] 9vx: ...and if you love plan9 more than your x86 host

2008-06-30 Thread Abhishek Kulkarni
It's more fun to use 9vx in the fullscreen mode to get a complete Plan9 experience. Press to toggle fullscreen mode. Patch attached. Thanks for 9vx. It makes things a lot easier :) -- Abhishek diff -r 9007574b0ca2 src/9vx/x11/x11-kernel.c --- a/src/9vx/x11/x11-kernel.c Sun Jun 29 22:24:21 20