Skip to content

Commit

Permalink
Initial Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tj_devel709 committed Jul 9, 2021
1 parent 9d31e45 commit cfcb958
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
8 changes: 8 additions & 0 deletions src/iosurface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,13 @@ NSDictionary<NSString, NSObject> AllAttachments {
[iOS (11,0)][Mac (10,13)]
[Internal, Export ("setPurgeable:oldState:")]
int _SetPurgeable (IOSurfacePurgeabilityState newState, IntPtr oldStatePtr);

[Watch (4,0), TV (11,0), Mac (10,6), iOS (11,0), MacCatalyst (13,0)]
[Field ("kIOSurfaceColorSpace")]
NSString kIOSurfaceColorSpace { get; }

[Watch (4,0), TV (11,0), Mac (10,6), iOS (11,0), MacCatalyst (13,0)]
[Field ("kIOSurfaceICCProfile")]
NSString kIOSurfaceICCProfile { get; }
}
}
2 changes: 2 additions & 0 deletions tests/xtro-sharpie/MacCatalyst-IOSurface.ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-pinvoke! IOSurfaceCreateXPCObject is not bound
!missing-pinvoke! IOSurfaceLookupFromXPCObject is not bound
5 changes: 0 additions & 5 deletions tests/xtro-sharpie/MacCatalyst-IOSurface.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/iOS-IOSurface.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/macOS-IOSurface.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/tvOS-IOSurface.todo

This file was deleted.

0 comments on commit cfcb958

Please sign in to comment.