all repos — fluxbox @ fbbd335dce41891795cacbfea4ed8014adddf75d

custom fork of the fluxbox windowmanager

cosmetic
akir akir
commit

fbbd335dce41891795cacbfea4ed8014adddf75d

parent

ac2953d040e6f3b590367e9acd12218b5c028089

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

jump to
M src/FbTk/KeyUtil.ccsrc/FbTk/KeyUtil.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: KeyUtil.cc,v 1.8 2004/09/01 00:08:14 akir Exp $ +// $Id: KeyUtil.cc,v 1.9 2004/10/08 11:49:55 akir Exp $ #include "KeyUtil.hh" #include "App.hh"

@@ -58,7 +58,7 @@ XFreeModifiermap(m_modmap);

m_modmap = XGetModifierMapping(App::instance()->display()); // mask to use for modifier - int mods[] = { + static const int mods[] = { ShiftMask, LockMask, ControlMask,