On Mon, 10 Jun 2002, etienne wrote:

> Hello,
> 
> I am running an application whose output is going to a 
> projector............. I have configured my geforce2 so that the second 
> output takes the top left hand corner (640 x 480) of my screen (1400 x 
> 1050).
> 
> Since my window has a border created by the window manager, I want to 
> position my X window at -2-10 (or something similar) so that the window 
> manager's border is not visible ....... but this always defaults to the 
> bottom right hand corner of the screen.
> 
> how do I turn window gravity off ?
> 
> this doesn't work:
> 
>     hint.win_gravity = ForgetGravity;
>     hint.flags |= PWinGravity;
> 
> Also, is there a way to stop the window manager form drawing a screen at 
> all ?
> 

   That's not window gravity.  The window manager can put the window
wherever it wants and can ignore any specific placement requests
by the client.  It is the override_redirect field that you want.


                        Mark.

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

Reply via email to