mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 12:09:51 +00:00
8 lines
96 B
Objective-C
8 lines
96 B
Objective-C
#import <CoreGraphics/CGDirectDisplay.h>
|
|
|
|
CGError CGReleaseAllDisplays(void) {
|
|
return 0;
|
|
}
|
|
|
|
|