core: add default initializers for ccompositor ptrs
This commit is contained in:
parent
2c78867a98
commit
e6be4af21f
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ class CCompositor {
|
|||
CCompositor(bool onlyConfig = false);
|
||||
~CCompositor();
|
||||
|
||||
wl_display* m_sWLDisplay;
|
||||
wl_event_loop* m_sWLEventLoop;
|
||||
wl_display* m_sWLDisplay = nullptr;
|
||||
wl_event_loop* m_sWLEventLoop = nullptr;
|
||||
int m_iDRMFD = -1;
|
||||
bool m_bInitialized = false;
|
||||
SP<Aquamarine::CBackend> m_pAqBackend;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue