Make the internal types internal
This commit is contained in:
Родитель
35d3f00f55
Коммит
eec4fcbee2
|
@ -3,7 +3,7 @@ using Windows.Foundation;
|
|||
using Windows.Foundation.Collections;
|
||||
using Windows.UI.Xaml.Controls;
|
||||
|
||||
using SkiaSharp.Views.UWP;
|
||||
using SkiaSharp.Views.UWP.Interop;
|
||||
|
||||
using EGLDisplay = System.IntPtr;
|
||||
using EGLContext = System.IntPtr;
|
||||
|
@ -12,7 +12,7 @@ using EGLSurface = System.IntPtr;
|
|||
|
||||
namespace SkiaSharp.Views.GlesInterop
|
||||
{
|
||||
public class GlesContext : IDisposable
|
||||
internal class GlesContext : IDisposable
|
||||
{
|
||||
private EGLDisplay eglDisplay;
|
||||
private EGLContext eglContext;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using Windows.Foundation;
|
||||
using Windows.Foundation.Collections;
|
||||
|
||||
namespace SkiaSharp.Views.UWP
|
||||
namespace SkiaSharp.Views.UWP.Interop
|
||||
{
|
||||
internal static class PropertySetExtensions
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче