Files
SDL/include
Jørgen P. Tjernø 4d68f8c53e Render: Allow empty cliprect.
This fixes an issue where an empty cliprect is treated the same as a NULL
cliprect, causing the render backends to disable clipping.

Also adds a new API, SDL_RenderIsClipEnabled(render) that allows you to
differentiate between:
 - SDL_RenderSetClipRect(render, NULL)
 - SDL_Rect r = {0,0,0,0}; SDL_RenderSetClipRect(render, &r);

Fixes https://bugzilla.libsdl.org/show_bug.cgi?id=2504
2014-04-19 13:15:41 -07:00
..
2013-06-27 17:07:24 -07:00
2014-02-07 11:55:13 -05:00
2014-02-13 11:05:34 -08:00
2014-03-13 21:21:26 -07:00
2014-04-19 13:15:41 -07:00
2014-03-09 10:38:30 -07:00