cosmetic
akir akir
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/FbTk/KeyUtil.cc
→
src/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,