Re: [PATCH weston] compisitor-x11: Handle --fullscreen better.

2012-11-08 Thread Kristian Høgsberg
On Sun, Nov 04, 2012 at 01:01:22PM -0700, Scott Moreau wrote: > The --fullscreen option effectively does nothing if --width and --height > aren't > manually set to the size of the screen. This handles the size setting and > limits > the output count to one, for fullscreen. There's a fullscreen p

[PATCH weston] compisitor-x11: Handle --fullscreen better.

2012-11-04 Thread Scott Moreau
The --fullscreen option effectively does nothing if --width and --height aren't manually set to the size of the screen. This handles the size setting and limits the output count to one, for fullscreen. --- src/compositor-x11.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git