Enlightenment CVS committal

Author  : ravenlock
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
Make sure xrandr is present before using it to change the display resolution 
during a fullcreen operation.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.616
retrieving revision 1.617
diff -u -3 -r1.616 -r1.617
--- e_border.c  22 Dec 2007 01:46:22 -0000      1.616
+++ e_border.c  27 Dec 2007 06:38:28 -0000      1.617
@@ -2092,7 +2092,7 @@
         if (!e_config->allow_above_fullscreen)
          e_border_layer_set(bd, 200);
 
-       if ((evas_list_count(bd->zone->container->zones) > 1) || (policy == 
E_FULLSCREEN_RESIZE))
+       if ((evas_list_count(bd->zone->container->zones) > 1) || (policy == 
E_FULLSCREEN_RESIZE) || (!ecore_x_randr_present()))
          {
             e_border_move_resize(bd, bd->zone->x, bd->zone->y, bd->zone->w, 
bd->zone->h);
          }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to