[client] cosmetics

This commit is contained in:
Geoffrey McRae
2017-12-17 20:16:43 +11:00
parent 71c7f30265
commit deee61efa9
2 changed files with 11 additions and 179 deletions

View File

@@ -44,19 +44,19 @@ Place, Suite 330, Boston, MA 02111-1307 USA
struct AppState
{
bool running;
bool started;
bool running;
bool started;
TTF_Font *font;
SDL_Point srcSize;
LG_RendererRect dstRect;
SDL_Point cursor;
bool cursorVisible;
bool haveCursorPos;
float scaleX, scaleY;
TTF_Font * font;
SDL_Point srcSize;
LG_RendererRect dstRect;
SDL_Point cursor;
bool cursorVisible;
bool haveCursorPos;
float scaleX, scaleY;
const LG_Renderer * lgr ;
void * lgrData;
const LG_Renderer * lgr ;
void * lgrData;
SDL_Window * window;
struct KVMFRHeader * shm;