pop up windows

Bart Massey bart at cs.pdx.edu
Mon Feb 17 18:22:37 UTC 2025


I think the difference was probably getting the grab reply. This flushes
the request queue at least to the point of the grab, then waits for the
grab reply to come back, indicating that the grab has started.

The grab_reply is a struct return and thus does not need to be freed. This
is by design.

Wish you success as you go on with X11!

On Mon, Feb 17, 2025 at 3:29 AM Steven J Abner <pheonix.sja at att.net> wrote:

> On Mon, Feb 17 2025 at 01:47:19 AM +0000, Bart Massey <bart at cs.pdx.edu>
> wrote:
> > I can verify that the version of your code here
> > https://gist.github.com/BartMassey/f4a904cbefc18045b32f39cfcf1b11f6
>
> Thank you! Love the ~0, bloody brilliant, I never even considered.
> Can say it works 100% like expected. I did a comparison to the original
> change like you first suggested and found the differences of
> underscores, and that sweet ~0 idea :).
> So I can only assume its gcc once again!
>
> Only one last parting question, I really don't know as being semi-new
> to X, on the grab reply, since it is a 'reply *' type, do I need to
> free grab_reply?
>
> I'll look into the virtual console idea another time.
> But thank you, thank Uli, and xcb for the assistance.
> The next demo I mention, you can toss. I'm sure now that it's gcc,
> given my history with it. I would bet the farm that Xlib and XCB work
> as expected.
>
> Steve
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/xcb/attachments/20250217/3a94d347/attachment.htm>


More information about the Xcb mailing list