GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtSaverGetWindows(library call) DtSaverGetWindows(library call)

DtSaverGetWindows — get the list of windows for drawing by a screen saver application

#include &<Dt/Saver.h>
Boolean DtSaverGetWindows(
Display *display,
Window **window,
int *count);

The DtSaverGetWindows function returns a list of windows on which a screen saver application should draw when invoked by XCDE.

The display argument is the X display. The window argument is the address of a pointer to receive the pointer to a list of windows. The count argument is the address of an integer to receive the number of elements in the list of windows returned in window.

Upon successful completion, the DtSaverGetWindows function returns True; otherwise, it returns False.

If the DtSaverGetWindows function is not successful, failure may be due to a memory allocation error or that the screen saver application was not invoked from XCDE.

The application must use XtFree(3) to free data returned in *window.

Dt/Saver.h - DtSaver(5); XtFree(3).


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.