Re: about InputOnly InputOutput Windows

2004-06-17 Thread o o
Thanks, but I think I am wrong again. I wrote in my code:
val.subwindow_mode = IncludeInferiors;
XChangeGC(display(), gc, GCSubwindowMode, val);
gc = XCreateGC (display(), m_clients.item(j)-sendWindow(), 0, 0);
Then, when a DIALOG window apears, the window manager I am working on is 
killed.
val is a XGCValues and gc is a GC. There is a problem with the XChangeGC 
function parameters I think.

See ya!
Homan
_
MSN Search, le moteur de recherche qui pense comme vous !  
http://search.msn.fr

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


about InputOnly InputOutput Windows

2004-06-16 Thread o o
Hi!
I do not know if it is the good place to ask this, but I am getting lost. So 
please forgive me if I am wrong.

I would like to know if it is possible to change the class of a window. 
Transform an InputOnly window to an InputOutput window. I am asking this, 
because I am studying on a window manager (wmx-6).

Thanks!
Homan
_
MSN Search, le moteur de recherche qui pense comme vous !  
http://search.msn.fr/

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel