- patch from Stefan Farfeleder...
commit0300d3ff73fbd35ca4b16748749bbe59e6a879ad
authorJason Kasper <vr@movingparts.net>
Thu, 17 Mar 2005 03:26:27 +0000 (17 03:26 +0000)
committerJason Kasper <vr@movingparts.net>
Thu, 17 Mar 2005 03:26:27 +0000 (17 03:26 +0000)
tree8952e90bde70d44c8fc6a53b7f2c337e7ff53b51
parente24542495db25513a6562f584656541141e049ae
- patch from Stefan Farfeleder...

here is a patch that enables me to run bbkeys 0.9.0 on FreeBSD
6-current.  You forgot to set the members _keybindings and
config_check_timer in the constructor to 0, which caused the
initialisation code to be skipped (KeyClient.cpp:194 and
KeyClient.cpp:152).  If you wonder why this didn't happen to you,
FreeBSD's malloc() fills allocated memory with 0xd0 to catch such
errors.
configure.ac
src/KeyClient.cpp