From 7a25af110f4cd44bca688ee74db37e102ede3d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez?= Date: Mon, 5 Dec 2022 22:41:03 -0600 Subject: [PATCH] Updated Pointer constraints (mostly copied from sway) (markdown) --- Pointer-constraints-(mostly-copied-from-sway).md | 8 -------- Sway-pointer-constraints.md | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 Pointer-constraints-(mostly-copied-from-sway).md create mode 100644 Sway-pointer-constraints.md diff --git a/Pointer-constraints-(mostly-copied-from-sway).md b/Pointer-constraints-(mostly-copied-from-sway).md deleted file mode 100644 index 4f43341..0000000 --- a/Pointer-constraints-(mostly-copied-from-sway).md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Implement pointer constraint protocol and relative pointer protocol, useful for games - -### Download -- [2022-10-16](https://github.com/djpohly/dwl/compare/main...sevz17:pointer-constraints.patch) - -### Authors -- [sevz](https://github.com/sevz17) \ No newline at end of file diff --git a/Sway-pointer-constraints.md b/Sway-pointer-constraints.md new file mode 100644 index 0000000..26858ea --- /dev/null +++ b/Sway-pointer-constraints.md @@ -0,0 +1,8 @@ +### Description +Implement pointer constraint and relative pointer protocols, useful for games + +### Download +- [2022-12-05](https://github.com/djpohly/dwl/compare/main...sevz17:pointer-constraints.patch) + +### Authors +- [sevz](https://github.com/sevz17) \ No newline at end of file