diff --git a/src/Refresh.cs b/src/Refresh.cs index 50480d3..bf1cd85 100644 --- a/src/Refresh.cs +++ b/src/Refresh.cs @@ -994,7 +994,8 @@ namespace RefreshCS IntPtr commandBuffer, in TextureSlice textureSlice, in Rect destinationRectangle, - Filter filter + Filter filter, + IntPtr windowHandle ); [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] @@ -1003,7 +1004,8 @@ namespace RefreshCS IntPtr commandBuffer, in TextureSlice textureSlice, IntPtr destinationRectangle, /* null Rect */ - Filter filter + Filter filter, + IntPtr windowHandle ); [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]