[Xcb] Setting the WM_TRANSIENT_FOR property on a window

Julien Danjou julien at danjou.info
Mon Mar 22 09:20:08 PDT 2010


Peter Harris <git at peter.is-a-geek.org> writes:

> By "open-code ChangeProperty", I mean copy-and-paste the body of the
> generated xcb_change_property function from libxcb, modify it to suit,
> and you end up calling xcb_send_request at the end (instead of
> xcb_change_property).

I'd say no way.
Overhead is so small since this is a function which should be called
only once in a program lifetime, it's not worth it.

Or let's start writing XML specs of ICCCM to auto-generate code. :-)

-- 
Julien Danjou
// ᐰ <julien at danjou.info>   http://julien.danjou.info


More information about the Xcb mailing list