mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +00:00
Move var to beginnig of scope
I get error without it in VS2013
This commit is contained in:
parent
05249dc191
commit
d96c7bff45
@ -784,6 +784,7 @@ static BITMAP *gfx_directx_acknowledge_resize(void)
|
||||
int w, h;
|
||||
RECT rc;
|
||||
BITMAP *new_screen;
|
||||
BITMAP* tmp = NULL;
|
||||
|
||||
GetClientRect(allegro_wnd, &rc);
|
||||
w = rc.right;
|
||||
@ -792,7 +793,6 @@ static BITMAP *gfx_directx_acknowledge_resize(void)
|
||||
w -= (w % 4);
|
||||
|
||||
/* Copy current content in screen */
|
||||
BITMAP* tmp = NULL;
|
||||
if (screen)
|
||||
tmp = create_bitmap_ex(color_depth, w, h);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user