From: Arnout E. <rab...@us...> - 2014-03-27 22:29:14
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "notion window manager core". The branch, master has been updated via f1e49eebaee1aac86ba371e5d2020ed4dd2ed93f (commit) via eb269fad23a6058f3104af8b4550a9e0f90c8124 (commit) from d0064faa435a23a562340302fec1bebfc6c67b06 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f1e49eebaee1aac86ba371e5d2020ed4dd2ed93f Merge: d0064fa eb269fa Author: Arnout Engelen <arn...@bz...> Date: Thu Mar 27 23:27:34 2014 +0100 Merge branch 'fixfocusbug' commit eb269fad23a6058f3104af8b4550a9e0f90c8124 Author: Arnout Engelen <arn...@bz...> Date: Thu Mar 27 23:24:50 2014 +0100 When a clientwin refuses focus, focus its parent Specifically, this will make sure that when a clientwin refuses to take the focus, we give the enclosing frame the focus. This makes sure not being able to focus the clientwin doesn't interfere with the normal way tabs/frames work. Intended to fix https://sourceforge.net/p/notion/bugs/60/ . Hopefully doesn't reintroduce https://sourceforge.net/p/notion/bugs/53/ ... ----------------------------------------------------------------------- Summary of changes: ioncore/focus.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- notion window manager core |