--- sourceforge.net/trunk/rdesktop/xwin.c 2002/12/23 18:40:03 286 +++ sourceforge.net/trunk/rdesktop/xwin.c 2003/01/05 20:06:32 288 @@ -607,6 +607,9 @@ break; case MotionNotify: + if (fullscreen && !focused) + XSetInputFocus(display, wnd, RevertToPointerRoot, + CurrentTime); rdp_send_input(time(NULL), RDP_INPUT_MOUSE, MOUSE_FLAG_MOVE, xevent.xmotion.x, xevent.xmotion.y); break;