Re: pop up windows
Steven J Abner <[email protected]> Mon, 17 Feb 2025 06:29:13 -0500
| Newsgroups | gmane.comp.freedesktop.xcb |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 17 2025 at 01:47:19 AM +0000, Bart Massey <[email protected]> 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