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 4786 - [PATCH] riscos: implement SDL_WM_IconifyWindow()
Summary: [PATCH] riscos: implement SDL_WM_IconifyWindow()
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 1.2
Hardware: ARM RISC OS
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks: 4787
  Show dependency treegraph
 
Reported: 2019-09-03 19:59 UTC by Cameron Cawley
Modified: 2019-09-03 20:14 UTC (History)
1 user (show)

See Also:


Attachments
riscos: implement SDL_WM_IconifyWindow() (3.20 KB, patch)
2019-09-03 19:59 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 2019-09-03 19:59:22 UTC
Created attachment 3948 [details]
riscos: implement SDL_WM_IconifyWindow()

This patch implements SDL_WM_IconifyWindow() on RISC OS.
Comment 1 Ozkan Sezer 2019-09-03 20:11:52 UTC
Patch applied: https://hg.libsdl.org/SDL/rev/d07097a0e57e
Thanks.