Intial Wayland EGL integration.
This commit is contained in:
parent
a4d3019f04
commit
6af296409a
20 changed files with 278 additions and 44 deletions
|
@ -20,4 +20,12 @@ public:
|
|||
virtual void showWindow(mt::Window* window) = 0;
|
||||
|
||||
virtual void addWindow(mt::Window* window, DesktopManager* desktopManager) = 0;
|
||||
|
||||
void setUseHardwareRendering(bool useHardware)
|
||||
{
|
||||
mUseHardwareRendering = useHardware;
|
||||
}
|
||||
|
||||
protected:
|
||||
bool mUseHardwareRendering{false};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue