[Xcb] bug in icccm.c ?

Vincent Torri vtorri at univ-evry.fr
Tue Sep 5 01:01:05 PDT 2006


Hey,

I've noticed that all the SetFlag* functions set the flag, but do no add 
it :

hints->flags = ***

and not

hints->flags |= ***

Is it normal ?

Also, I would like to add functions similar to those in icccm.c, but which
take a reply, so that we can avoid round trips. Currently, we just have 
mimic the Xlib functions, hence, we have suppressed all the benefit of 
xcb. What do you think ? (of course, that remarks also applies with 
props.c, and maybe other functions in xcb-utils)

Vincent


More information about the Xcb mailing list