17#ifndef XSCREENSAVER_API_H
18#define XSCREENSAVER_API_H
void ExportSaverIndex(int index)
Export the given saver index to the environment for a saver/auth child.
Definition xscreensaver_api.c:37
Window ReadWindowID(void)
Reads the window ID to draw on from the environment.
Definition xscreensaver_api.c:48
void ExportWindowID(Window w)
Export the given window ID to the environment for a saver/auth child.
Definition xscreensaver_api.c:26