diff options
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: |