Add signal and state for disable of rotate event (in the case that a monitor

does not support rotations).

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81260
This commit is contained in:
Christopher Michael 2012-12-18 15:16:23 +00:00 committed by Christopher Michael
parent b18e9acc91
commit 0b296b151e
1 changed files with 9 additions and 0 deletions

View File

@ -327,6 +327,10 @@ group { name: "e/conf/randr/main/frame";
max: 21 21;
align: 1.0 0.0;
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
visible: 0;
}
}
part { name: "e.event.indicator"; type: RECT;
description { state: "default" 0.0;
@ -443,6 +447,11 @@ group { name: "e/conf/randr/main/frame";
action: STATE_SET "default" 0.0;
target: "drop_zone";
}
program { name: "off";
signal: "e,state,rotate_disabled"; source: "e";
action: STATE_SET "disabled" 0.0;
target: "e.event.rotate";
}
program {
signal: "mouse,in"; source: "e.event.resize";
action: SIGNAL_EMIT "e,action,resize,in" "e";