Re: [dev] [st] minor config.def.h fix

2013-06-09 Thread Szabolcs Nagy
a more complete patch that removes some unnecessary inline keywords (gcc in c99 mode incorrectly assumes that an inline function definition has external linkage even if a prior static declaration exists) since it is enough to specify inline only once i removed it from the function definition (i t

[dev] [st] minor config.def.h fix

2013-06-07 Thread Szabolcs Nagy
config.def.h fix: ignoremod is const -uint ignoremod = XK_SWITCH_MOD; +static const uint ignoremod = XK_SWITCH_MOD;