Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 448316
Collapse All | Expand All

(-)spice-0.11.3.orig/client/x11/red_window.cpp (-1 / +1 lines)
Lines 1717-1723 Link Here
1717
void RedWindow::activate()
1717
void RedWindow::activate()
1718
{
1718
{
1719
    //todo: use _NET_ACTIVE_WINDOW
1719
    //todo: use _NET_ACTIVE_WINDOW
1720
    XSetInputFocus(x_display, _win, RevertToParent, CurrentTime);
1720
    //XSetInputFocus(x_display, _win, RevertToParent, CurrentTime);
1721
    /* kwin won't raise on focus */
1721
    /* kwin won't raise on focus */
1722
    XRaiseWindow(x_display, _win);
1722
    XRaiseWindow(x_display, _win);
1723
}
1723
}

Return to bug 448316