mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Backed out the viewport and cliprect changes in 9fb5a9ccac
This ended up being lots of application code churn without any real benefit in practice.
This commit is contained in:
@@ -121,11 +121,11 @@ static void loop(void)
|
||||
SDL_RenderClear(renderer);
|
||||
|
||||
{
|
||||
SDL_FRect viewport;
|
||||
SDL_Rect viewport;
|
||||
SDL_Vertex verts[3];
|
||||
float a;
|
||||
float d;
|
||||
float cx, cy;
|
||||
int cx, cy;
|
||||
|
||||
/* Query the sizes */
|
||||
SDL_GetRenderViewport(renderer, &viewport);
|
||||
|
||||
Reference in New Issue
Block a user