Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_pager.edc 


Log Message:
New pager code - much improved and faster - done "the E way" as much as possible
may need ironing out in a few places but is stable.

issues:
Zone support not really there, needs work (I only have one zone :()
Window icon overlays (new feature) only work if module disabled and re-enabled
  (the border add calls are too soon it seems)



===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_pager.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- default_pager.edc   11 Jan 2005 12:26:36 -0000      1.4
+++ default_pager.edc   14 Jan 2005 15:24:28 -0000      1.5
@@ -129,6 +129,25 @@
            }
         }
       }
+      part {
+        name:           "WindowIcon";
+        mouse_events:   0;
+        type:           SWALLOW;
+        description {
+           state:       "default" 0.0;
+           align:       1.0 1.0;
+           max:         20  20;
+           rel1 {
+              relative: 0.0 0.0;
+              offset:   2   6;
+           }
+           rel2 {
+              relative: 1.0 1.0;
+              offset:   -2  -2;
+           }
+           color:       0 0 0 0;
+        }
+      }
    }
 }
 




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to