diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-23 14:39:17 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-23 14:39:17 +0100 |
commit | 157c44928d2d4d08ba9f18742290bdd6ba229d12 (patch) | |
tree | 783b596646529aaee7de24413cf2354fe9ee5600 /dw/types.hh | |
parent | 80229b2b5159af52b407fdf2f535d57c669bb667 (diff) |
Interrupted drawing: cleanups, comments, documentation.
Diffstat (limited to 'dw/types.hh')
-rw-r--r-- | dw/types.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/types.hh b/dw/types.hh index 0b2d7a0e..c68ad781 100644 --- a/dw/types.hh +++ b/dw/types.hh @@ -237,6 +237,9 @@ struct Content static void printMask (Type mask); }; +/** + * Set at the top when drawing. See \ref dw-interrupted-drawing for details. + */ class DrawingContext { private: |