diff options
author | Sebastian Geerken <devnull@localhost> | 2013-10-22 10:33:03 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-10-22 10:33:03 +0200 |
commit | 10934cb7dbb3eeaa30a9041228cf26c1c790bf5d (patch) | |
tree | b11e3a90642ef171963f0b9e9e60f06183b5a455 /dw/style.hh | |
parent | 385e55080f609bd86dc6d61113810773761e0b09 (diff) |
Extended ImgRenderer; new option (in the code) for drawing background images at once.
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/style.hh b/dw/style.hh index 361741be..b284d191 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -712,6 +712,8 @@ private: void setBuffer (core::Imgbuf *buffer, bool resize); void drawRow (int row); + void finish (); + void fatal (); }; int refCount; @@ -732,6 +734,8 @@ public: public: void setBuffer (core::Imgbuf *buffer, bool resize); void drawRow (int row); + void finish (); + void fatal (); /** * \brief If this method returns false, nothing is done at all. |