[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

@@ -17,6 +17,8 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA
*/
void wmInit();
void wmFree();
void wmGrabPointer();
void wmUngrabPointer();
void wmGrabKeyboard();