Remove pointerconstraints patches

Signed-off-by: Marcin Pachur <pm4rcin@noreply.codeberg.org>
This commit is contained in:
Marcin Pachur 2024-03-12 12:40:05 +01:00
parent cab910fd1a
commit 5740f59dbe
No known key found for this signature in database
2 changed files with 0 additions and 17 deletions

View File

@ -1,9 +0,0 @@
### Description
Implement pointer constraint and relative pointer protocols, useful for games
**NOTE**: this patch is currently semi-broken and needs you to resize/move clients to work properly (unsetting and then setting fullscreen should be enough)
### Download
- [2023-08-22](https://github.com/djpohly/dwl/compare/main...sevz17:pointer-constraints.patch)
### Authors
- [sevz](https://github.com/sevz17)

View File

@ -1,8 +0,0 @@
### Description
Adds support for basic pointer constraints.
### Download
- [2022-07-03](https://github.com/djpohly/dwl/compare/main...PalanixYT:point.patch)
### Authors
- [Palanix](https://github.com/PalanixYT)