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

See Also:


Attachments
riscos: send SDL_APPACTIVE events when iconizing the window (3.32 KB, patch)
2019-09-03 20:14 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 20:14:35 UTC
Created attachment 3949 [details]
riscos: send SDL_APPACTIVE events when iconizing the window

This patch sends SDL_APPACTIVE events when iconizing the window.
Comment 1 Ozkan Sezer 2019-09-03 20:31:10 UTC
Patch applied: https://hg.libsdl.org/SDL/rev/2641390846e1
Thanks.