X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fbin%2Fe_border.h;h=b9073c6b7d54761b7c86637623fd644b2a3bc8bd;hb=6cd35b4482dec3063dea4430e8639e89975c1351;hp=7d7095a2c4036e5f08c379ee615e8098be61b7db;hpb=4dba9613b0e05a00ecb86ebcb56fd534d04cffb1;p=platform%2Fcore%2Fuifw%2Fe17.git diff --git a/src/bin/e_border.h b/src/bin/e_border.h index 7d7095a..b9073c6 100644 --- a/src/bin/e_border.h +++ b/src/bin/e_border.h @@ -457,7 +457,9 @@ struct _E_Border int preferred_rot; // v1: app specified rotation int *available_rots; // v1: app specified available rotations unsigned int count; // v1: number of elements of available rotations - int changes; // added for precessing rotation in main eval after fetch in eval0. + int changes; // added for precessing rotation in main eval after fetch in eval0. + int wait_done_ang; // the angle that wm wait for done. + // when wait_for_done is set to 1, it's meaningful. } rot; #endif } state;