Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_private.h 


Log Message:


a few things.

1. disable viewports other than 1:1 at 0,0
2. remove output space coorsds for pointer.
3. remove geom caching
4. make threaded pipelined engine a runtime detect if u have > 1 cpu.
5. pthread build default if u have pthread.h and sched.h

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -3 -r1.76 -r1.77
--- evas_private.h      30 Sep 2006 10:18:33 -0000      1.76
+++ evas_private.h      16 Nov 2006 03:20:24 -0000      1.77
@@ -275,9 +275,9 @@
       unsigned char  inside : 1;
       int            mouse_grabbed;
       DATA32         button;
-      int            x, y;
+      Evas_Coord     x, y;
 
-      Evas_Coord         canvas_x, canvas_y;
+////      Evas_Coord         canvas_x, canvas_y;
 
       struct {
         Evas_List *in;
@@ -364,10 +364,12 @@
 
    struct {
       struct {
+/*      
         struct {
            int            x, y, w, h;
            int            validity;
         } geometry;
+ */
         struct {
            int            x, y, w, h;
            unsigned char  r, g, b, a;



-------------------------------------------------------------------------
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