[Xcb] XSetWMProperties
Russell Shaw
rjshaw at netspace.net.au
Tue May 12 08:42:05 PDT 2009
Peter Harris wrote:
> On Tue, May 12, 2009 at 10:58 AM, Russell Shaw wrote:
>> Hi,
>> What's the xcb replacement for XSetWMProperties() ?
>
> xcb_set_wm_name(), xcb_set_wm_hints(), and xcb_set_wm_size_hints()
> from xcb/util. I think I hit most of them; XSetWMProperties() is
> really just a wrapper around XSetWMHints, XSetWMSizeHints and etc, and
> xcb only has direct equivalents for the simpler functions.
Hi,
Thanks. I didn't know that xcb/util part of xcb was packaged separately
on debian. They're in xcb/xcb_icccm.h
More information about the Xcb
mailing list