Removed commented out code.
This commit is contained in:
parent
1abf0e0eb9
commit
24e1d6fe99
|
@ -304,11 +304,6 @@ CXWindowsSecondaryScreen::showWindow()
|
||||||
// raise and show the hider window. take activation.
|
// raise and show the hider window. take activation.
|
||||||
// FIXME -- take focus?
|
// FIXME -- take focus?
|
||||||
XMapRaised(display, m_window);
|
XMapRaised(display, m_window);
|
||||||
|
|
||||||
/* XXX -- this should have no effect
|
|
||||||
// hide cursor by moving it into the hider window
|
|
||||||
XWarpPointer(display, None, m_window, 0, 0, 0, 0, 0, 0);
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue