diff --git a/src/Refresh.cs b/src/Refresh.cs index 8068ee0..9db2508 100644 --- a/src/Refresh.cs +++ b/src/Refresh.cs @@ -954,8 +954,7 @@ namespace RefreshCS [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern IntPtr Refresh_AcquireCommandBuffer( - IntPtr device, - byte isFixed + IntPtr device ); [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]