diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-21 23:29:40 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-21 23:29:40 (GMT) |
| commit | 3a283d4f3c571dc8a891f2cdc348c204f7f9300b (patch) | |
| tree | 93cd53ceb2b509c6715b224e3ba142213dbd8173 /src/interface/Engine.h | |
| parent | dea70befcf770a767f1cbeecdd149930f6d4c0b8 (diff) | |
| download | powder-3a283d4f3c571dc8a891f2cdc348c204f7f9300b.zip powder-3a283d4f3c571dc8a891f2cdc348c204f7f9300b.tar.gz | |
Nice graphics for Showing windows
Diffstat (limited to 'src/interface/Engine.h')
| -rw-r--r-- | src/interface/Engine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/Engine.h b/src/interface/Engine.h index 7bf78f9..a648119 100644 --- a/src/interface/Engine.h +++ b/src/interface/Engine.h @@ -54,6 +54,8 @@ namespace ui float FpsLimit; Graphics * g; private: + pixel * lastBuffer; + std::stack<pixel*> prevBuffers; std::stack<Window*> windows; //Window* statequeued_; Window* state_; |
