Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan committed Apr 30, 2022
1 parent 96ad383 commit dbc8f00
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
Binary file added images/move1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/move2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/N0vaMac/Assets/Plugins/WindowApi/macOS/libWindowApi.dylib
Binary file not shown.
1 change: 0 additions & 1 deletion src/WindowApi/WindowApi/WindowApi.m
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit dbc8f00

Please sign in to comment.