aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-13 18:36:46 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-13 18:36:46 -0400
commit02e4c7dcb519d693dd695e34dfda73f7a2938372 (patch)
treef17beca85a5df5c4b64570884cd80e5e0d043fc1
parent9f8c9bd56c99273b5e59992fd6620b3aabfd3655 (diff)
downloadexuberant-hacks-02e4c7dcb519d693dd695e34dfda73f7a2938372.tar.gz
exuberant-hacks-02e4c7dcb519d693dd695e34dfda73f7a2938372.zip
doc: small reference additions
-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