[beryl-commits] compiz mirror: Changes to 'master' (b42ff0a9eb9fa7406ff2b0f633b854158cced969)

compiz at server.beryl-project.org compiz at server.beryl-project.org
Sat Jun 2 17:46:05 CEST 2007


New commits:
commit b42ff0a9eb9fa7406ff2b0f633b854158cced969
Author: Danny Baumann <dannybaumann at web.de>
Date:   Sat Jun 2 17:40:50 2007 +0200

    The fullscreen output is not a real screen output, reflect that in its id.


 src/screen.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Modified: compiz/src/screen.c
===================================================================
--- compiz/src/screen.c
+++ compiz/src/screen.c
@@ -823,6 +823,7 @@ reshape (CompScreen *s,
     s->height = h;
 
     s->fullscreenOutput.name             = "fullscreen";
+    s->fullscreenOutput.id               = ~0;
     s->fullscreenOutput.width            = w;
     s->fullscreenOutput.height           = h;
     s->fullscreenOutput.region           = s->region;



More information about the commits mailing list