19 #ifndef MIR_COMPOSITOR_BYPASS_H_
20 #define MIR_COMPOSITOR_BYPASS_H_
41 bool all_orthogonal =
true;
42 bool topmost_fits =
false;
60 #endif // MIR_COMPOSITOR_BYPASS_H_
Interface to an output framebuffer.
Definition: display_buffer.h:39
const graphics::Renderable * topmost_fullscreen() const
Definition: bypass.cpp:77
bool operator()(const graphics::Renderable &) override
Definition: bypass.cpp:32
Definition: renderable.h:33
void operator()(const graphics::Renderable &) override
Definition: bypass.cpp:72
BypassFilter(const graphics::DisplayBuffer &display_buffer)
Definition: bypass.cpp:27
bool fullscreen_on_top() const
Definition: bypass.cpp:67