[Xcb] XSetWMProperties

Peter Harris git at peter.is-a-geek.org
Tue May 12 08:15:24 PDT 2009


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.

Peter Harris


More information about the Xcb mailing list