/[rdesktop]/sourceforge.net/trunk/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/trunk/rdesktop/xwin.c

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

revision 434 by matthewc, Tue Jul 1 09:31:25 2003 UTC revision 435 by astrand, Wed Jul 9 09:18:20 2003 UTC
# Line 802  xwin_process_events(void) Line 802  xwin_process_events(void)
802                                          /* Multi_key compatible version */                                          /* Multi_key compatible version */
803                                  {                                  {
804                                          XmbLookupString(IC,                                          XmbLookupString(IC,
805                                                          &xevent.xkey, str, sizeof(str), &keysym, &status);                                                          &xevent.xkey, str, sizeof(str), &keysym,
806                                                            &status);
807                                          if (!((status == XLookupKeySym) || (status == XLookupBoth)))                                          if (!((status == XLookupKeySym) || (status == XLookupBoth)))
808                                          {                                          {
809                                                  error("XmbLookupString failed with status 0x%x\n",                                                  error("XmbLookupString failed with status 0x%x\n",
# Line 999  xwin_process_events(void) Line 1000  xwin_process_events(void)
1000                                  }                                  }
1001                                  break;                                  break;
1002    
1003                          /* clipboard stuff */                                  /* clipboard stuff */
1004                          case SelectionNotify:                          case SelectionNotify:
1005                                  xclip_handle_SelectionNotify(&xevent.xselection);                                  xclip_handle_SelectionNotify(&xevent.xselection);
1006                                  break;                                  break;
# Line 1719  ui_desktop_restore(uint32 offset, int x, Line 1720  ui_desktop_restore(uint32 offset, int x,
1720    
1721          XFree(image);          XFree(image);
1722  }  }
   

Legend:
Removed from v.434  
changed lines
  Added in v.435

  ViewVC Help
Powered by ViewVC 1.1.26