/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/rdesktop/xwin.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/branches/seamlessrdp-branch/rdesktop/xwin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 286 by jsorg71, Mon Dec 23 18:40:03 2002 UTC revision 288 by jsorg71, Sun Jan 5 20:06:32 2003 UTC
# Line 607  xwin_process_events(void) Line 607  xwin_process_events(void)
607                                  break;                                  break;
608    
609                          case MotionNotify:                          case MotionNotify:
610                                    if (fullscreen && !focused)
611                                            XSetInputFocus(display, wnd, RevertToPointerRoot,
612                                                           CurrentTime);
613                                  rdp_send_input(time(NULL), RDP_INPUT_MOUSE,                                  rdp_send_input(time(NULL), RDP_INPUT_MOUSE,
614                                                 MOUSE_FLAG_MOVE, xevent.xmotion.x, xevent.xmotion.y);                                                 MOUSE_FLAG_MOVE, xevent.xmotion.x, xevent.xmotion.y);
615                                  break;                                  break;

Legend:
Removed from v.286  
changed lines
  Added in v.288

  ViewVC Help
Powered by ViewVC 1.1.26