oops, looks like i got distracted and forgot to finish these (thanks for catching that sndev)

SVN revision: 25308
This commit is contained in:
rephorm 2006-09-01 19:31:32 +00:00 committed by rephorm
parent bc8a4e2992
commit e4bd158499
1 changed files with 24 additions and 24 deletions

View File

@ -870,96 +870,96 @@ group {
programs { programs {
program { program {
name: "orient1"; name: "orient1";
signal: "e,state,orientation,"; signal: "e,state,orientation,top";
source: "top"; source: "e";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient2"; name: "orient2";
signal: "e,state,orientation,"; signal: "e,state,orientation,top_left";
source: "top_left"; source: "e";
action: STATE_SET "top_left" 0.0; action: STATE_SET "top_left" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient3"; name: "orient3";
signal: "e,state,orientation,"; signal: "e,state,orientation,top_right";
source: "top_right"; source: "e";
action: STATE_SET "top_right" 0.0; action: STATE_SET "top_right" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient4"; name: "orient4";
signal: "e,state,orientation,"; signal: "e,state,orientation,bottom";
source: "bottom"; source: "e";
action: STATE_SET "bottom" 0.0; action: STATE_SET "bottom" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient5"; name: "orient5";
signal: "e,state,orientation,"; signal: "e,state,orientation,bottom_left";
source: "bottom_left"; source: "e";
action: STATE_SET "bottom_left" 0.0; action: STATE_SET "bottom_left" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient6"; name: "orient6";
signal: "e,state,orientation,"; signal: "e,state,orientation,bottom_right";
source: "bottom_right"; source: "e";
action: STATE_SET "bottom_right" 0.0; action: STATE_SET "bottom_right" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient7"; name: "orient7";
signal: "e,state,orientation,"; signal: "e,state,orientation,left";
source: "left"; source: "e";
action: STATE_SET "left" 0.0; action: STATE_SET "left" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient8"; name: "orient8";
signal: "e,state,orientation,"; signal: "e,state,orientation,left_top";
source: "left_top"; source: "e";
action: STATE_SET "left_top" 0.0; action: STATE_SET "left_top" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient9"; name: "orient9";
signal: "e,state,orientation,"; signal: "e,state,orientation,left_bottom";
source: "left_bottom"; source: "e";
action: STATE_SET "left_bottom" 0.0; action: STATE_SET "left_bottom" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient10"; name: "orient10";
signal: "e,state,orientation,"; signal: "e,state,orientation,right";
source: "right"; source: "e";
action: STATE_SET "right" 0.0; action: STATE_SET "right" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient11"; name: "orient11";
signal: "e,state,orientation,"; signal: "e,state,orientation,right_top";
source: "right_top"; source: "e";
action: STATE_SET "right_top" 0.0; action: STATE_SET "right_top" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";
} }
program { program {
name: "orient12"; name: "orient12";
signal: "e,state,orientation,"; signal: "e,state,orientation,right_bottom";
source: "right_bottom"; source: "e";
action: STATE_SET "right_bottom" 0.0; action: STATE_SET "right_bottom" 0.0;
target: "base"; target: "base";
target: "e.swallow.content"; target: "e.swallow.content";