this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

IOSurface work progress

+3
+3
src/frameworks/IOSurface/include/IOSurface/IOSurfacePriv.h
··· 39 39 kIOSurfaceMethodLock = 2, 40 40 // in: struct _IOSurfaceLockUnlock 41 41 kIOSurfaceMethodUnlock = 3, 42 + // in: IOSurfaceID 42 43 kIOSurfaceMethodLookupByID = 4, 43 44 kIOSurfaceMethodSetValue = 9, 44 45 // out: data for IOCFUnserializeWithSize() ··· 49 50 // in: IOSurfaceID 50 51 kIOSurfaceMethodDecrementUseCount = 15, 51 52 // in: mach_port_t as a plain value 53 + // out: _IOSurfaceObjectRetval 52 54 kIOSurfaceMethodCreateByMachPort = 34, 55 + // in: IOSurfaceID 53 56 // out: mach_port_t as a plain value 54 57 kIOSurfaceMethodCreateMachPort = 35, 55 58 };