Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/data/themes/taillights/programs


Modified Files:
        effects_programs.edc 
Added Files:
        user_group_programs.edc 


Log Message:
use repeat_events, 1; !
mousing in and out of the windows works as expected now.

new group added, it's being used by code on my machine i haven't tested
enough to put in CVS, but it won't hurt the current version by having it
present in the theme, so into cvs it goes!  It's basically for theming user
icons the same way we're currently theming sessions.


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/programs/effects_programs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- effects_programs.edc        22 Dec 2003 19:43:10 -0000      1.1
+++ effects_programs.edc        8 Jan 2004 18:49:24 -0000       1.2
@@ -1,26 +1,19 @@
 
-#define FADERS(pin, pout, pinsource, poutsource, ptarget) \
-           program { name, pin; signal, "mouse,in"; source, pinsource; \
+#define FADERS(pin, pout, psource, ptarget) \
+           program { name, pin; signal, "mouse,in"; source, psource; \
            action, ACTION_STOP; target, pout; } \
-           program { name, pin; signal, "mouse,in"; source, pinsource; \
+           program { name, pin; signal, "mouse,in"; source, psource; \
            action, STATE_SET "visible" 1.0; target, ptarget; \
            transition, ACCELERATE 0.3; } \
-           program { name, pin; signal, "mouse,in"; source, pinsource; \
-           action, STATE_SET "visible" 0.0; target, pinsource; \
-           target, poutsource; transition, ACCELERATE 0.3; } \
-           program { name, pout; signal, "mouse,out"; source, poutsource; \
+           program { name, pout; signal, "mouse,out"; source, psource; \
            action, ACTION_STOP; target, pin; } \
-           program { name, pout; signal, "mouse,out"; source, poutsource; \
+           program { name, pout; signal, "mouse,out"; source, psource; \
            action, STATE_SET "visible" 0.0; target, ptarget; \
            transition, DECELERATE 0.3; } \
-           program { name, pin; signal, "mouse,out"; source, poutsource; \
-           action, STATE_SET "default" 0.0; target, pinsource; \
-           target, poutsource; transition, ACCELERATE 0.3; } 
 
 FADERS("session_fade_in", "session_fade_out",
-"entrance_session_mouse_area", "entrance_session_mouse_area_mutex",
-"session_list_clip")
-FADERS("user_fade_in", "user_fade_out", "user_mouse_area",
-"user_mouse_area_mutex", "user_list_clip")
-FADERS("login_fade_in", "login_fade_out", "login_mouse_area",
-"login_mouse_area_mutex", "login_area_clip")
+"entrance_session_mouse_area", "session_list_clip")
+FADERS("user_fade_in", "user_fade_out", 
+"user_area_mouse_area", "user_list_clip")
+FADERS("login_fade_in", "login_fade_out", 
+"login_area_mouse_area", "login_area_clip")




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to