Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/software_qtopia


Modified Files:
        evas_outbuf.c 


Log Message:


rotation patches for 180 degrees - thankyoooo! :)

===================================================================
RCS file: 
/cvs/e/e17/libs/evas/src/modules/engines/software_qtopia/evas_outbuf.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_outbuf.c       14 Jan 2006 12:13:37 -0000      1.1
+++ evas_outbuf.c       2 Mar 2007 14:51:17 -0000       1.2
@@ -125,6 +125,10 @@
                                               d->fb.mask.r, d->fb.mask.g, 
d->fb.mask.b,
                                               PAL_MODE_NONE, buf->rot);
               }
+            else if (buf->rot == 180)
+              {
+                // FIXME
+              }
             else if (buf->rot == 270)
               {
                   fb_mem = d->fb.data +
@@ -160,6 +164,10 @@
                                 d->fb.width - w,
                                 w, h,
                                 x, y, NULL);
+                   }
+                 else if (buf->rot == 180)
+                   {
+                     // FIXME
                    }
                  else if (buf->rot == 270)
                    {



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to