XSetAfterFunction
Syntax
int (*XSetAfterFunction(
display
,
procedure
))()
Display
*
display
; int (*
procedure
)();
Arguments
display
Specifies the connection to the X server.
procedure
Specifies the procedure to be called.
Description
The specified procedure is called with only a display pointer.
XSetAfterFunction()
returns the previous after function.
See also
XSetErrorHandler()
,
XSynchronize()
, "
Enabling or Disabling Synchronization
".
Christophe Tronche
,
ch@tronche.com