diff options
author | corvid <corvid@lavabit.com> | 2009-10-15 19:31:06 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-10-15 19:31:06 +0000 |
commit | 42b823675277e31dd2772a0d4bdb9bf1ff0b5df4 (patch) | |
tree | 1bd876228620bbb658c17df0a68ac6ec4b1f0300 /dw/layout.hh | |
parent | 214f4d073de54ed1d7960210b41b1e9d0dc538da (diff) |
remove multiple views capability from dw
It was complicated, we don't use it, and we currently had no plans to use it.
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 4 |
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; |