diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-25 18:20:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-25 18:20:16 +0300 |
commit | 5fac4d3253874fc9b5cb21d9269981926c97debf (patch) | |
tree | 891cbbd45ccaff24eacff4cf68fccdf94742a25b /src/gui/widgets/window.h | |
parent | 004f4e8ad24087051cafd5b79e9abfafa577f24d (diff) | |
download | plus-5fac4d3253874fc9b5cb21d9269981926c97debf.tar.gz plus-5fac4d3253874fc9b5cb21d9269981926c97debf.tar.bz2 plus-5fac4d3253874fc9b5cb21d9269981926c97debf.tar.xz plus-5fac4d3253874fc9b5cb21d9269981926c97debf.zip |
Add safeDraw method into window.
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 77eac4a5d..2c174aeae 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -128,6 +128,8 @@ class Window notfinal : public BasicContainer2, */ void draw(Graphics *graphics) override; + void safeDraw(Graphics *graphics) override; + /** * Sets the size of this window. */ |