aboutsummaryrefslogtreecommitdiff
path: root/dw/style.hh
diff options
context:
space:
mode:
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.