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 5546 - PATCH: Fixed testwm2.c test
Summary: PATCH: Fixed testwm2.c test
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: x86 Windows 10
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-10 17:58 UTC by vladius
Modified: 2021-02-10 17:58 UTC (History)
0 users

See Also:


Attachments
Additional conditional to clear the render target (872 bytes, text/plain)
2021-02-10 17:58 UTC, vladius
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vladius 2021-02-10 17:58:13 UTC
Created attachment 4795 [details]
Additional conditional to clear the render target

A small fix with a patch attached. Additional conditional is needed to clear the render target must be implemented, cause the renderers are destroyed in default's test event handler. Assertion may be raised otherwise.