Add StructLayout attribute to struct Rect explicitly 76/127176/1 accepted/tizen/unified/20170426.200459 submit/tizen/20170426.094727
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 26 Apr 2017 09:43:58 +0000 (18:43 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 26 Apr 2017 09:43:58 +0000 (18:43 +0900)
commit9b6ea52ab2ddaffe70dc77b48d7a7ffe704a6faa
treee38305ce302045052f2eed933bc7198284a1a674
parente8046eaa049905d962a83a65c43b076be4e90853
Add StructLayout attribute to struct Rect explicitly

When using property setter in struct type without StructLayout attribute,
mcs(Mono C# Compiler) generates incorrect IL.
https://bugzilla.xamarin.com/show_bug.cgi?id=55604

Change-Id: Ib77ae509acc076518ad5df3d5138f7b1be1ae829
ElmSharp/ElmSharp/Rect.cs [changed mode: 0755->0644]