aboutsummaryrefslogtreecommitdiff
path: root/dw/style.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-10-22 10:33:03 +0200
committerSebastian Geerken <devnull@localhost>2013-10-22 10:33:03 +0200
commit10934cb7dbb3eeaa30a9041228cf26c1c790bf5d (patch)
treeb11e3a90642ef171963f0b9e9e60f06183b5a455 /dw/style.hh
parent385e55080f609bd86dc6d61113810773761e0b09 (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.hh4
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.