Loop your X cursor around the screen 👉😎👉
git clone https://github.com/m-col/xoop
Files | Refs | Readme | License

Commit 36105c95aa88207a64496a068db3cedf1c06618c
Parent: f4f89cda663f9cc2a3effc6237e5b724f5a9d67a
Author: mcol <mcol@posteo.net>
Date: 2020-04-18 20:58:39 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2020-04-18 20:58:39 +0100

remove old testing imports

xoop.c Modified

@@ -1,9 +1,10 @@
 #include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
 #include <xcb/xcb.h>
 #include <xcb/shape.h>
 
+#ifdef DEBUG
+#include <stdio.h>
+#endif
 
 char *CLASS = "xoop";
 xcb_connection_t    *conn;