summaryrefslogtreecommitdiff
path: root/dw/view.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
commite32686c10a4f4fe7c34b181845220b5c491f32fb (patch)
treec090052c311a3a1732d03dc17fe357f97437b397 /dw/view.hh
parent74f64426001a693759e47963f99965e0e6ee847d (diff)
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'dw/view.hh')
-rw-r--r--dw/view.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/view.hh b/dw/view.hh
index ef604549..cd88b790 100644
--- a/dw/view.hh
+++ b/dw/view.hh
@@ -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