22 #include <l4/re/video/goos> 24 namespace L4Re {
namespace Util {
namespace Video {
41 unsigned _buffer_index;
46 Goos_fb(Goos_fb
const &);
47 void operator = (Goos_fb
const &);
53 explicit Goos_fb(
char const *name);
56 void setup(
char const *name);
61 {
return _view.
info(info); }
67 void *attach_buffer();
69 int refresh(
int x,
int y,
int w,
int h)
70 {
return _view.
refresh(x, y, w, h); }
Information structure of a view.
Invalid capability selector.
int info(Info *info) const
Return the view information of the view.
int refresh(int x, int y, int w, int h) const
Refresh/Redraw the view.