Intial Wayland EGL integration.
This commit is contained in:
parent
a4d3019f04
commit
6af296409a
20 changed files with 278 additions and 44 deletions
|
@ -31,8 +31,6 @@ public:
|
|||
|
||||
~XcbInterface();
|
||||
|
||||
void SetUseOpenGl(bool use);
|
||||
|
||||
void initialize(DesktopManager* desktopManager) override;
|
||||
|
||||
void loop(DesktopManager* desktopManager) override;
|
||||
|
@ -66,7 +64,6 @@ private:
|
|||
void OnLoopCompleted(DesktopManager* desktopManagers);
|
||||
|
||||
private:
|
||||
bool mUseOpenGl {false};
|
||||
xcb_connection_t* mConnection;
|
||||
_XDisplay* mX11Display;
|
||||
GlxInterfacePtr mGlxInterface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue