layout update supporting better dynamic resizing, lookandfeel update, ios support
This commit is contained in:
@ -19,9 +19,10 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
||||
void getSafeAreaInsets(void * component, float & top, float & bottom, float & left, float & right)
|
||||
void getSafeAreaInsets(void * component, float & top, float & bottom, float & left, float & right, int & notchPos)
|
||||
{
|
||||
top = bottom = left = right = 0;
|
||||
notchPos = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user