If you give the client_flags as integer, it is set as is (this was not working before). No bitwise operations are done on the default flags. It's much better to use a list of flags to set/unset.
Blogged about this here: http://geert.vanderkelen.org/post/488/
If you give the client_flags as integer, it is set as is (this was not working before). No bitwise operations are done on the default flags.
It's much better to use a list of flags to set/unset.
Blogged about this here: http:// geert.vanderkel en.org/ post/488/