summaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index 36a5f17b..bfc61afd 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -58,10 +58,10 @@ private:
};
Platform *platform;
- lout::container::typed::List <View> *views;
+ View *view;
Widget *topLevel, *widgetAtPoint;
- /* The state, which must be projected into the views. */
+ /* The state, which must be projected into the view. */
style::Color *bgColor;
style::Cursor cursor;
int canvasWidth, canvasAscent, canvasDescent;