Merged, thanks!

-jon

On 6/1/26 13:36, Dark Ayron wrote:
XtCreatePopupShell silently ignores the XtNcolormap arg and inherits it
from the parent instead. Because dtwm creates the top-level popup shells
as children of wmGD.topLevelW and wmGD.topLevelW1, which are on the
default screen (normally 0) causes the X server to reject the
CreateWindow with BadMatch because the inherited colourmap does not
match the visual.

To fix this, we need to set the correct colourmap using XtSetValues
after creation.

This patch fixes Bug #164.


_______________________________________________
cdesktopenv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

--
Jon Trulson

  "The less you know, the more you believe."
                           -- Bono



_______________________________________________
cdesktopenv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to