From: pius.lee Date: Tue, 12 Sep 2017 10:49:08 +0000 (+0900) Subject: Add Sequential StructLayout for remove warning X-Git-Tag: preview1-00195^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F149522%2F1;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Add Sequential StructLayout for remove warning Add Sequential StructLayout to Eext_Rotary_Event_Info for clear definition and remove warning Change-Id: I635e0890c89f81a6f4e9a18f152cc61bdad9d695 --- diff --git a/src/ElmSharp.Wearable/Interop/Interop.Eext.Rotary.cs b/src/ElmSharp.Wearable/Interop/Interop.Eext.Rotary.cs index 619077d..aa004b1 100644 --- a/src/ElmSharp.Wearable/Interop/Interop.Eext.Rotary.cs +++ b/src/ElmSharp.Wearable/Interop/Interop.Eext.Rotary.cs @@ -34,6 +34,7 @@ internal static partial class Interop CounterClockwise } + [StructLayout(LayoutKind.Sequential)] internal struct Eext_Rotary_Event_Info { public Eext_Rotary_Event_Direction Direction;