aboutsummaryrefslogtreecommitdiff
path: root/src/wx/main.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-03-29 20:12:03 +0200
committerStapleButter <thetotalworm@gmail.com>2017-03-29 20:12:03 +0200
commitf88226c99f8fd8cb10145eeea5a00ce3be149a6d (patch)
tree52f07d3529cf6b9e471e64962411106ff1a2891d /src/wx/main.h
parent2ae2fedf210a644ac6ea7e9f80fcdae814bfbf6b (diff)
remember window size.
fix extra shit.
Diffstat (limited to 'src/wx/main.h')
-rw-r--r--src/wx/main.h4
1 files changed, 4 insertions, 0 deletions
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;