[PR #3] Minor Cocoa UI improvements #8

Open
opened 2026-01-31 21:29:20 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/qemu/qemu/pull/3

State: closed
Merged: No


Use fileSystemRepresentation to get a file name from an NSString. This will make it so that special characters in file names are properly escaped for use in file functions.
Define NSInteger on pre-Leopard systems, and use it on -openPanelDidEnd:returnCode:contextInfo: so that it's consistant with the signature requested in 64-bit code.

**Original Pull Request:** https://github.com/qemu/qemu/pull/3 **State:** closed **Merged:** No --- Use fileSystemRepresentation to get a file name from an NSString. This will make it so that special characters in file names are properly escaped for use in file functions. Define NSInteger on pre-Leopard systems, and use it on -openPanelDidEnd:returnCode:contextInfo: so that it's consistant with the signature requested in 64-bit code.
claunia added the pull-request label 2026-01-31 21:29:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#8