We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5315 - [PATCH]: riscos: Implement SDL_OpenURL()
Summary: [PATCH]: riscos: Implement SDL_OpenURL()
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: ARM RISC OS
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-11 16:53 UTC by Cameron Cawley
Modified: 2020-10-11 17:01 UTC (History)
1 user (show)

See Also:


Attachments
riscos: Implement SDL_OpenURL() (3.23 KB, patch)
2020-10-11 16:53 UTC, Cameron Cawley
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Cawley 2020-10-11 16:53:33 UTC
Created attachment 4478 [details]
riscos: Implement SDL_OpenURL()

This patch provides a RISC OS implementation of the recently introduced SDL_OpenURL() function.
Comment 1 Ozkan Sezer 2020-10-11 17:01:05 UTC
Applied: https://hg.libsdl.org/SDL/rev/6246338a5cc1
Thanks.