mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-26 09:41:57 -07:00
core: add default initializers for ccompositor ptrs
This commit is contained in:
@@ -25,8 +25,8 @@ class CCompositor {
|
|||||||
CCompositor(bool onlyConfig = false);
|
CCompositor(bool onlyConfig = false);
|
||||||
~CCompositor();
|
~CCompositor();
|
||||||
|
|
||||||
wl_display* m_sWLDisplay;
|
wl_display* m_sWLDisplay = nullptr;
|
||||||
wl_event_loop* m_sWLEventLoop;
|
wl_event_loop* m_sWLEventLoop = nullptr;
|
||||||
int m_iDRMFD = -1;
|
int m_iDRMFD = -1;
|
||||||
bool m_bInitialized = false;
|
bool m_bInitialized = false;
|
||||||
SP<Aquamarine::CBackend> m_pAqBackend;
|
SP<Aquamarine::CBackend> m_pAqBackend;
|
||||||
|
Reference in New Issue
Block a user