-
-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--window-borderless not working on macOS, scrcpy version 1.17 #2252
Comments
Please post screenshots of both v1.16 and v1.17. I guess it's due to some SDL change. |
This is v1.17_1 showing the command to launch adjacent to the problematic window on macOS Catalina. I don't have 1.17 or 1.16_4 installed anymore and cannot easily roll back the version (looks like I'd have to create a tap to extract into...dunno). Basically, the screenshot would have no title bar showing. |
Thank you for your screenshots.
Could you please try building v1.16 or even earlier versions and test? You mentioned that it worked in v1.16 but not in v1.17, but I suspect that it may be related to some independent SDL upgrade. This would help to determine the cause. Thank you. |
I tried building v1.16 (d7779d0). I had to add some missing declarations for
It builds
But running produces a malloc failure, with or without
NOTE: Fixed in #2276 |
👍 Could you report to SDL, please? |
Reported: libsdl-org/SDL#4324 |
Environment
Describe the bug
Passing
--window-borderless
to version 1.16 correctly showed a window with no title bar.Since update to 1.17 the title bar appears despite
--window-borderless
.As an experiment, I tried building with an additional line in
screen_init_rendering
:This change resulted in a restored control over the window border.
The text was updated successfully, but these errors were encountered: