commit 7e997c193eae7c68d964c9d590ff38e1dbfa1762
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Mon Jul 18 16:17:38 2016 +0200

    Remove obviously wrong documentation in Painter.h
---
 src/frontends/Painter.h |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/frontends/Painter.h b/src/frontends/Painter.h
index 11bd24f..b4843e6 100644
--- a/src/frontends/Painter.h
+++ b/src/frontends/Painter.h
@@ -38,12 +38,7 @@ namespace frontend {
  *
  * The intention for a toolkit is that it uses these methods to paint
  * onto a backing pixmap. Only when expose events arrive via the event
- * queue (perhaps generated via Screen::expose), does the copy onto
- * the actual WorkArea widget take place. Paints are wrapped in (possibly
- * recursive) calls to start() and end() to facilitate the backing pixmap
- * management.
- *
- * Note that the methods return *this for convenience.
+ * queue, does the copy onto the actual WorkArea widget take place.
  *
  * Caution: All char_type and docstring arguments of the text drawing
  * methods of this class are no UCS4 chars or strings if the font is a

Reply via email to