diff --git a/images/move1.png b/images/move1.png new file mode 100644 index 0000000..e189cac Binary files /dev/null and b/images/move1.png differ diff --git a/images/move2.jpg b/images/move2.jpg new file mode 100644 index 0000000..37edb05 Binary files /dev/null and b/images/move2.jpg differ diff --git a/src/N0vaMac/Assets/Plugins/WindowApi/macOS/libWindowApi.dylib b/src/N0vaMac/Assets/Plugins/WindowApi/macOS/libWindowApi.dylib index dad1fa7..57ea765 100755 Binary files a/src/N0vaMac/Assets/Plugins/WindowApi/macOS/libWindowApi.dylib and b/src/N0vaMac/Assets/Plugins/WindowApi/macOS/libWindowApi.dylib differ diff --git a/src/WindowApi/WindowApi/WindowApi.m b/src/WindowApi/WindowApi/WindowApi.m index 6acbe75..f0e19f1 100644 --- a/src/WindowApi/WindowApi/WindowApi.m +++ b/src/WindowApi/WindowApi/WindowApi.m @@ -14,7 +14,6 @@ void background() { NSWindow *window = [NSApp orderedWindows][0]; window.collectionBehavior = NSWindowCollectionBehaviorCanJoinAllSpaces | NSWindowCollectionBehaviorFullScreenAuxiliary; window.level = kCGDesktopWindowLevel - 1; - [window setFrameOrigin:NSMakePoint(0,0)]; } void hideTitleBar() {