all repos — openbox @ 7dbc6db04387c442add000b36639a3f0ed5e183a

openbox fork - make it a bit more like ryudo

remove a XXX
Dana Jansens danakj@orodu.net
commit

7dbc6db04387c442add000b36639a3f0ed5e183a

parent

afb8a28120b21569934202968283e65a173c3bd8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/actions.ccsrc/actions.cc

@@ -230,7 +230,7 @@ unsigned int state = e.state & (ControlMask | ShiftMask | Mod1Mask |

Mod2Mask | Mod3Mask | Mod4Mask | Mod5Mask); // remove from the state the mask of the modifier being released, if it is - // a modifier key being released (XXX this is a little ugly..) + // a modifier key being released (this is a little ugly..) const XModifierKeymap *map = otk::display->modifierMap(); const int mask_table[] = { ShiftMask, LockMask, ControlMask, Mod1Mask,