Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_x.c 


Log Message:


2nd  einfo screws things. fix.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- ecore_evas_x.c      29 Nov 2005 03:09:11 -0000      1.70
+++ ecore_evas_x.c      6 Dec 2005 23:43:32 -0000       1.71
@@ -1119,19 +1119,19 @@
 static void
 _ecore_evas_x_rotation_set(Ecore_Evas *ee, int rotation)
 {
-   Evas_Engine_Info_Software_X11 *einfo;
    int rot_dif;
    
    if (ee->rotation == rotation) return;   
    if (!strcmp(ee->driver, "gl_x11")) return;
-   einfo = (Evas_Engine_Info_Software_X11 *)evas_engine_info_get(ee->evas);
-   if (!einfo) return;
    rot_dif = ee->rotation - rotation;
    if (rot_dif < 0) rot_dif = -rot_dif;
    if (!strcmp(ee->driver, "software_x11"))
      {   
 #ifdef BUILD_ECORE_X
        Evas_Engine_Info_Software_X11 *einfo;
+       
+       einfo = (Evas_Engine_Info_Software_X11 *)evas_engine_info_get(ee->evas);
+       if (!einfo) return;
        if (rot_dif != 180)
          {
             int minw, minh, maxw, maxh, basew, baseh, stepw, steph;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to