all repos — fluxbox @ c0325e612783dfeb2d032a5dc69339dbbb2772c9

custom fork of the fluxbox windowmanager

fix update of keys on kepmapping change
rathnor rathnor
commit

c0325e612783dfeb2d032a5dc69339dbbb2772c9

parent

f9fbd86c75181e6701bd93e174773a98b391382c

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

jump to
M ChangeLogChangeLog

@@ -1,6 +1,8 @@

(Format: Year/Month/Day) Changes for 0.9.9: *04/03/03: + * Fix update of keys on keymap change (Simon) + fluxbox.cc * Fix outline moving dropping on source workspace made window disappear [we now explicitly don't unfocus a moving window] (Simon) Window.cc fluxbox.cc
M src/fluxbox.ccsrc/fluxbox.cc

@@ -22,7 +22,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: fluxbox.cc,v 1.233 2004/03/03 12:29:31 rathnor Exp $ +// $Id: fluxbox.cc,v 1.234 2004/03/03 12:53:06 rathnor Exp $ #include "fluxbox.hh"

@@ -875,6 +875,8 @@ cerr<<__FILE__<<"("<<__FUNCTION__<<"): MappingNotify"<<endl;

#endif // DEBUG FbTk::KeyUtil::instance().init(); // reinitialise the key utils + // reconfigure keys (if the mapping changes, they don't otherwise update + m_key->reconfigure(StringUtil::expandFilename(*m_rc_keyfile).c_str()); break; case CreateNotify: