diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-12 21:52:27 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-12 21:52:39 -0400 |
commit | b0ffd78e6ec79d8749066eb176766a443fd63fca (patch) | |
tree | 6327bc34058d194752c787656180ef6bb6e9e085 | |
parent | 730796a80d0eca520713c20971958e778ee06b67 (diff) | |
download | exuberant-hacks-b0ffd78e6ec79d8749066eb176766a443fd63fca.tar.gz exuberant-hacks-b0ffd78e6ec79d8749066eb176766a443fd63fca.zip |
doc: move xscreensaver_notes, and small update
-rw-r--r-- | doc/xscreensaver_notes.txt (renamed from xscreensaver_notes.txt) | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/xscreensaver_notes.txt b/doc/xscreensaver_notes.txt index e8c7238..2c91ddc 100644 --- a/xscreensaver_notes.txt +++ b/doc/xscreensaver_notes.txt @@ -25,11 +25,6 @@ The code in XScreensaver "hacks" that seems to latch on to an existing window is https://github.com/Zygo/xscreensaver/blob/master2/hacks/screenhack.c#L872 (possible section of xscreensaver hack code dealing with window stuff?) -new plan: -- write a function that just returns a glutin::Window based on the remote X11 - window ID - -old plan: -- provide an impl on glutin::Window which constructs a new one given a root - window number; just copy/paste the new() implementation for now? - "from_existing()"? +After figuring all this out, I found a perl equivalent: +http://search.cpan.org/dist/OpenGL-XScreenSaver/lib/OpenGL/XScreenSaver.pm + |