]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/l4re/util/include/video/goos_fb
update
[l4.git] / l4 / pkg / l4re / util / include / video / goos_fb
index c616ddbe01a9aeee06aedded6e8c4389276f1d86..beed5a5d0a8baf07a23f6f2d180a7df7d042046e 100644 (file)
@@ -1,6 +1,9 @@
 // vi:ft=cpp:
 /*
- * (c) 2008-2009 Technische Universität Dresden
+ * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
+ *               Alexander Warg <warg@os.inf.tu-dresden.de>
+ *     economic rights: Technische Universität Dresden (Germany)
+ *
  * This file is part of TUD:OS and distributed under the terms of the
  * GNU General Public License 2.
  * Please see the COPYING-GPL-2 file for details.
@@ -57,6 +60,9 @@ public:
   int view_info(L4Re::Video::View::Info *info)
   { return _view.info(info); }
 
+  L4Re::Video::View const *view() const { return &_view; }
+  L4Re::Video::View *view() { return &_view; }
+
   L4::Cap<L4Re::Dataspace> buffer() const { return _buffer; }
   void *attach_buffer();