<div class="gmail_extra"><br>In fact, that was one problem, but now I am getting a Bad Match "Invalid Parameters" error. Same code with dc.vinfo->class changed to InputOutput/CopyFromParent. Any suggestions for that?<br>
<br><div class="gmail_quote">On Mon, Apr 23, 2012 at 2:44 PM, Julien Cristau <span dir="ltr"><<a href="mailto:jcristau@debian.org" target="_blank">jcristau@debian.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sun, Apr 22, 2012 at 11:01:21 -0400, Lee Fallat wrote:<br>
<br>
>      m->barwin = XCreateWindow(dpy, root, m->wx, m->by, m->ww, bh, 0,<br>
> dc.vinfo->depth,<br>
>                                dc.vinfo->class, dc.vinfo->visual,<br>
>                                CWOverrideRedirect|CWColormap|CWEventMask,<br>
> &wa);<br>
><br>
</div>I think this was cleared up on IRC, but for the record, the issue was<br>
using dc.vinfo->class instead of InputOutput as the class argument of<br>
XCreateWindow, AIUI.<br>
<br>
Cheers,<br>
Julien<br>
</blockquote></div><br></div>