android: put gSrcDst into a proper ifdef

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-01-16 01:01:40 +01:00
parent 357aa65fd0
commit e878b06c1c
1 changed files with 2 additions and 0 deletions

View File

@ -53,7 +53,9 @@ static SDL_Renderer *gRenderer;
static SDL_AudioDeviceID audio_id;
static SDL_Rect gRect;
static SDL_Point gScrSize;
#ifdef __ANDROID__
static SDL_Rect gScrDst;
#endif
/* devices */