all repos — fluxbox @ f1e430540988ad05248f258c2f854909e054f10a

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

f1e430540988ad05248f258c2f854909e054f10a

parent

bb97e86a3a9b78a30a7a0b0efb9de70706a6cdb1

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

jump to
M src/Screen.ccsrc/Screen.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: Screen.cc,v 1.130 2003/04/21 07:01:03 rathnor Exp $ +// $Id: Screen.cc,v 1.131 2003/04/23 10:51:17 fluxgen Exp $ #include "Screen.hh"

@@ -731,7 +731,7 @@ }

} if (! isSloppyFocus() && getToolbar() != 0) { - XSetInputFocus(disp, getToolbar()->getWindowID(), + XSetInputFocus(disp, getToolbar()->window().window(), RevertToParent, CurrentTime); }