handle buttons

This commit is contained in:
vaxerski
2022-03-18 20:42:49 +01:00
parent d086fa3faa
commit 00098aef4f
5 changed files with 37 additions and 6 deletions

View File

@@ -64,6 +64,8 @@ CCompositor::CCompositor() {
m_sWLRPresentation = wlr_presentation_create(m_sWLDisplay, m_sWLRBackend);
m_sWLRIdle = wlr_idle_create(m_sWLDisplay);
// TODO: XWayland
}