<div dir="ltr"><div>Hi,</div><div><br></div><div>What you're seeing here is a fun little side effect of composite. As you might be aware, unredirected X windows don't have any backing storage beyond the front buffer -- the full window contents are not really there. That means that when the X server first goes to redirect these windows, it decides that it should let the window paint again, and sends the window an Expose event to let it know it should repaint. A side effect of this is that the X server redraws the background for the window. This is the semantics for what an Expose event means -- an area that is "Exposed" is the background color until the client paints over it.</div><div><br></div><div>The client will eventually paint its window contents, but since your CM does not appear to have a frame loop, and it only paints once, you do not see the updated frame contents.<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Jun 17, 2018 at 1:28 PM Egil Möller <<a href="mailto:egil@innovationgarage.no">egil@innovationgarage.no</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
<br>
I'm trying to write a new compositing window manager, and finding the<br>
documentation for the API:s I need quite spread out.<br>
<br>
The particular problem I'm having right now is that copying some windows (xclock) using<br>
XCompositeRedirectSubwindows and e.g. XRenderComposite works fine, while<br>
other windows (xterm, xlock) leaves me we a square with only their<br>
background color. This seems to be true for both XRenderComposite and <br>
glXBindTexImageEXT. Any ideas what's different between them, and what I<br>
need to do differently?<br>
<br>
My code is here: <a href="https://github.com/redhog/InfiniteGlass" rel="noreferrer" target="_blank">https://github.com/redhog/InfiniteGlass</a><br>
(main code is in wm.c; running "make" ahould give you an Xephyr nested X<br>
session that shows the problem).<br>
<br>
Thanks in advance,<br>
<br>
Egil Möller<br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:xorg-devel@lists.x.org" target="_blank">xorg-devel@lists.x.org</a>: X.Org development<br>
Archives: <a href="http://lists.x.org/archives/xorg-devel" rel="noreferrer" target="_blank">http://lists.x.org/archives/xorg-devel</a><br>
Info: <a href="https://lists.x.org/mailman/listinfo/xorg-devel" rel="noreferrer" target="_blank">https://lists.x.org/mailman/listinfo/xorg-devel</a></blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">  Jasper<br></div>