diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xwindows_refs.txt | 13 |
1 files changed, 13 insertions, 0 deletions
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 |