aboutsummaryrefslogtreecommitdiff
path: root/dw/platform.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/platform.hh
parent74f64426001a693759e47963f99965e0e6ee847d (diff)
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'dw/platform.hh')
-rw-r--r--dw/platform.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/dw/platform.hh b/dw/platform.hh
index 156a602a..e1aec83c 100644
--- a/dw/platform.hh
+++ b/dw/platform.hh
@@ -27,7 +27,7 @@ public:
* a layout.
*/
virtual void setLayout (Layout *layout) = 0;
-
+
/*
* -------------------------
* Operations on views
@@ -45,7 +45,7 @@ public:
* from the related layout.
*/
virtual void detachView (View *view) = 0;
-
+
/*
* -----------------------------------
* Platform dependant properties
@@ -76,7 +76,7 @@ public:
* \brief Return screen resolution in y-direction.
*/
virtual float dpiY () = 0;
-
+
/*
* ---------------------------------------------------------
* These are to encapsulate some platform dependencies
@@ -85,7 +85,7 @@ public:
/**
* \brief Add an idle function.
- *
+ *
* An idle function is called once, when no other
* tasks are to be done (e.g. there are no events to process), and then
* removed from the queue. The return value is a number, which can be
@@ -118,7 +118,7 @@ public:
*/
virtual style::Font *createFont (style::FontAttrs *attrs,
bool tryEverything) = 0;
-
+
/**
* \brief Create a color resource for a given 0xrrggbb value.
*/