diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-09 14:56:31 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-09 14:56:31 -0300 |
commit | e32686c10a4f4fe7c34b181845220b5c491f32fb (patch) | |
tree | c090052c311a3a1732d03dc17fe357f97437b397 /dw/view.hh | |
parent | 74f64426001a693759e47963f99965e0e6ee847d (diff) |
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'dw/view.hh')
-rw-r--r-- | dw/view.hh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,7 +34,7 @@ public: virtual void setCanvasSize (int width, int ascent, int descent) = 0; /** - * \brief Set the cursor appearance. + * \brief Set the cursor appearance. */ virtual void setCursor (style::Cursor cursor) = 0; @@ -42,7 +42,7 @@ public: * \brief Set the background of the view. */ virtual void setBgColor (style::Color *color) = 0; - + /* * --------------------------------------------------------- * Scrolling and Related. Only usesViewport must be @@ -107,7 +107,7 @@ public: /** * \brief Called before drawing. * - * All actual drawing operations will be enclosed into calls of + * All actual drawing operations will be enclosed into calls of * dw::core:View::startDrawing and dw::core:View::finishDrawing. They * may be implemented, e.g. when a backing * pixmap is used, to prevent flickering. StartDrawing() will then |