From f88226c99f8fd8cb10145eeea5a00ce3be149a6d Mon Sep 17 00:00:00 2001 From: StapleButter Date: Wed, 29 Mar 2017 20:12:03 +0200 Subject: remember window size. fix extra shit. --- src/wx/main.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/wx/main.h') diff --git a/src/wx/main.h b/src/wx/main.h index 0b44a8e..d61442d 100644 --- a/src/wx/main.h +++ b/src/wx/main.h @@ -102,6 +102,10 @@ protected: SDL_Rect topsrc, topdst; SDL_Rect botsrc, botdst; + bool Touching; + + int WindowX, WindowY; + void* texpixels; int texstride; -- cgit v1.2.3