[client] wm/wayland: implement grab mode for capture

This commit is contained in:
Tudor Brindus
2021-01-11 18:52:42 -05:00
committed by Geoffrey McRae
parent 1040a7c168
commit c21f502414
4 changed files with 229 additions and 3 deletions

View File

@@ -235,3 +235,5 @@ struct CursorState
// forwards
extern struct AppState g_state;
extern struct AppParams params;
void handleMouseGrabbed(double, double);