aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.txt4
-rw-r--r--doc/xwindows_refs.txt13
2 files changed, 17 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 5483263..f5003ee 100644
--- a/README.txt
+++ b/README.txt
@@ -56,3 +56,7 @@ You'll need to create at least three files with the same base name ("$HACK"):
- an XML config file (configs/$HACK.xml)
- a manpage in Markdown format (doc/$HACK.6.md)
+See also XScreensaver's "Writing new XScreenSaver modules"
+
+ https://github.com/Zygo/xscreensaver/blob/master2/README.hacking
+
diff --git a/doc/xwindows_refs.txt b/doc/xwindows_refs.txt
new file mode 100644
index 0000000..ff29d98
--- /dev/null
+++ b/doc/xwindows_refs.txt
@@ -0,0 +1,13 @@
+
+List of function signatures for x11-rs's xlib module:
+
+ https://github.com/Daggerbot/x11-rs/blob/master/src/xlib.rs
+
+Xlib programming manual:
+
+ https://tronche.com/gui/x/xlib/
+
+XScreensaver's "Writing new XScreenSaver modules" and FAQ:
+
+ https://github.com/Zygo/xscreensaver/blob/master2/README.hacking
+ https://www.jwz.org/xscreensaver/faq.html