On Tue, 25 Jun 2002, Davide Decicco wrote:

> Are there any functions to "freeze" (I don't know if that's the right
> expression) the Xserver, for example to disable pointer, keyboard etc so
> that my program gets full control of what happens on the screen?

   You can grab the X-server with XGrabServer.  Alternatively you
can just grab the keyboard or pointer XGrabKeyboard or XGrabPointer.


                                Mark.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to