diff options
author | oga | 2009-08-24 17:04:39 +0000 |
---|---|---|
committer | oga | 2009-08-24 17:04:39 +0000 |
commit | 4ab2deedeb800d2e9ab96b2153261c520bec2de5 (patch) | |
tree | d4c48755af455ffc52e4811cc529ec489c4784be /calmwm.c | |
parent | 72272c308d181220ad2e0e711c464aa5811c5818 (diff) | |
download | cwm-4ab2deedeb800d2e9ab96b2153261c520bec2de5.tar.gz |
instead of checking for flags in the client context, then removing them.
e.g.:
if (flags & flags_we_care_about)
flags &= ~(flags_we_care_about);
just whack the flags unconditionally, it's simpler.
okan@ agrees.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions