diff options
-rw-r--r-- | README.txt | 4 | ||||
-rw-r--r-- | doc/xwindows_refs.txt | 13 |
2 files changed, 17 insertions, 0 deletions
@@ -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 |