File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ constexpr const size_t MAX_RESULTS_IN_LAUNCHER = 25;
1818CUI ::CUI (bool open) : m_openByDefault(open) {
1919 static auto PGRABFOCUS = Hyprlang::CSimpleConfigValue<Hyprlang::INT >(g_configManager->m_config .get (), " general:grab_focus" );
2020
21- m_backend = Hyprtoolkit::CBackend ::create ();
21+ m_backend = Hyprtoolkit::IBackend ::create ();
2222
2323 m_background = Hyprtoolkit::CRectangleBuilder::begin ()
2424 ->color ([this ] { return m_backend->getPalette ()->m_colors .background ; })
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class CUI {
3535 private:
3636 void onSelected ();
3737
38- SP <Hyprtoolkit::CBackend > m_backend;
38+ SP <Hyprtoolkit::IBackend > m_backend;
3939 SP <Hyprtoolkit::IWindow> m_window;
4040 SP <Hyprtoolkit::CRectangleElement> m_background;
4141 SP <Hyprtoolkit::CColumnLayoutElement> m_layout;
You can’t perform that action at this time.
0 commit comments