diff options
Diffstat (limited to 'dw/platform.hh')
-rw-r--r-- | dw/platform.hh | 10 |
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. */ |