man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: July 2014
 
 

XTSOLMakeTPWindow(3XTSOL)

Name

XTSOLMakeTPWindow - make this window a Trusted Path window

Synopsis

cc [flag...] file... -lX11 -lXtsol [library...]
#include <X11/extensions/Xtsol.h>

Status XTSOLMakeTPWindow(display, w);

Display *display;
Window w;

Parameters

display

Specifies a pointer to the Display structure; returned from XOpenDisplay().

w

Specifies the ID of a window.

Description

The XTSOLMakeTPWindow() function makes a window a trusted path window. Trusted Path windows always remain on top of other windows. The client must have the Trusted Path process attribute set.

Return Values

None.

Errors

BadAccess

Lack of privilege.

BadWindow

Not a valid window.

BadValue

Not a valid type.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Unsafe

See also

libXtsol(3LIB), attributes(5)

Notes

The functionality described on this manual page is available only if the system is configured with Trusted Extensions.