# HG changeset patch # User Sam Lantinga # Date 1152691797 0 # Node ID 6a11e61bf8053d2ee3742a5ef9282efdccb65bfa # Parent f89e49e51e89cd5b4862521d5bc2b93af574536c debug cleanup diff -r f89e49e51e89 -r 6a11e61bf805 src/video/win32/SDL_gdirender.c --- a/src/video/win32/SDL_gdirender.c Wed Jul 12 07:01:35 2006 +0000 +++ b/src/video/win32/SDL_gdirender.c Wed Jul 12 08:09:57 2006 +0000 @@ -554,7 +554,7 @@ SDL_GDI_RenderData *data = (SDL_GDI_RenderData *) renderer->driverdata; Uint8 r, g, b; RECT rc; - static HBRUSH brush; + HBRUSH brush; int status; if (data->makedirty) { @@ -738,7 +738,6 @@ int new_hbm; /* Send the data to the display */ -/* if (!(renderer->info.flags & SDL_Renderer_SingleBuffer)) { for (dirty = data->dirty.list; dirty; dirty = dirty->next) { const SDL_Rect *rect = &dirty->rect; @@ -747,8 +746,6 @@ } SDL_ClearDirtyRects(&data->dirty); } -*/ - BitBlt(data->window_hdc, 0, 0, 640, 480, data->render_hdc, 0, 0, SRCCOPY); /* Update the flipping chain, if any */ if (renderer->info.flags & SDL_Renderer_PresentFlip2) {