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

Reply via email to