Improve window_set_current_screen and fix secondary window initial mode and positions.

This commit is contained in:
bruvzg
2022-12-08 20:34:15 +02:00
parent a754930918
commit f7955633de
13 changed files with 189 additions and 89 deletions

View File

@@ -38,8 +38,6 @@
@interface GodotWindowDelegate : NSObject <NSWindowDelegate> {
DisplayServer::WindowID window_id;
NSRect old_frame;
NSWindowStyleMask old_style_mask;
}
- (void)setWindowID:(DisplayServer::WindowID)wid;