]> Dogcows Code - chaz/openbox/blobdiff - util/epist/actions.cc
some cleanups and such.
[chaz/openbox] / util / epist / actions.cc
index ac4fc4ab0c842372b80680bf1d7a81531a6061e2..493d02154ac5c685588fe7bb7fca7cf2b11e6cc8 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "actions.hh"
 
-Action::Action(enum ActionType type, KeyCode keycode, int modifierMask,
+Action::Action(enum ActionType type, KeyCode keycode, unsigned int modifierMask,
                int num): _type(type), _keycode(keycode),
                          _modifierMask(modifierMask), _numberParam(num)
 { }
This page took 0.020801 seconds and 4 git commands to generate.