[client] x11/sdl: get the border dimensions from the backend

This commit is contained in:
Geoffrey McRae
2021-01-25 22:23:53 +11:00
parent 6b1e310343
commit dbb18a6ecb
6 changed files with 98 additions and 19 deletions

View File

@@ -58,7 +58,7 @@ struct AppState
int windowCX, windowCY;
LG_RendererRotate rotate;
bool focused;
SDL_Rect border;
struct Border border;
SDL_Point srcSize;
LG_RendererRect dstRect;
bool posInfoValid;