added workspace_swipe_forever

This commit is contained in:
vaxerski
2022-11-03 13:34:06 +00:00
parent f978368a4e
commit d0e47d9fe0
3 changed files with 16 additions and 0 deletions

View File

@@ -147,6 +147,9 @@ private:
wlr_surface* m_pFoundSurfaceToFocus = nullptr;
SLayerSurface* m_pFoundLSToFocus = nullptr;
CWindow* m_pFoundWindowToFocus = nullptr;
// swipe
void beginWorkspaceSwipe();
};
inline std::unique_ptr<CInputManager> g_pInputManager;