summaryrefslogtreecommitdiff
path: root/src/interface/Engine.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-13 17:33:12 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-13 17:33:12 (GMT)
commita11cd592cb9b985298dd16be78dec10226bf3e47 (patch)
treec63a5d172970c4d5f28587c6263c689aca8fae95 /src/interface/Engine.h
parentf7f51d5045a25a331b4cec3844f98584934d827e (diff)
downloadpowder-a11cd592cb9b985298dd16be78dec10226bf3e47.zip
powder-a11cd592cb9b985298dd16be78dec10226bf3e47.tar.gz
Show version info in update prompt. Fixes #177
Diffstat (limited to 'src/interface/Engine.h')
-rw-r--r--src/interface/Engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Engine.h b/src/interface/Engine.h
index bcf10e6..960069c 100644
--- a/src/interface/Engine.h
+++ b/src/interface/Engine.h
@@ -79,6 +79,7 @@ namespace ui
pixel * lastBuffer;
std::stack<pixel*> prevBuffers;
std::stack<Window*> windows;
+ std::stack<Point> mousePositions;
//Window* statequeued_;
Window* state_;
Point windowTargetPosition;