diff options
-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 + |