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

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

revision 459 by astrand, Tue Sep 2 09:37:17 2003 UTC revision 462 by astrand, Tue Sep 2 10:42:16 2003 UTC
# Line 56  xclip_provide_selection(XSelectionReques Line 56  xclip_provide_selection(XSelectionReques
56          XSendEvent(g_display, req->requestor, False, NoEventMask, &xev);          XSendEvent(g_display, req->requestor, False, NoEventMask, &xev);
57  }  }
58    
59  static void  void
60  xclip_handle_SelectionNotify(XSelectionEvent * event)  xclip_handle_SelectionNotify(XSelectionEvent * event)
61  {  {
62          unsigned long nitems, bytes_left;          unsigned long nitems, bytes_left;
# Line 129  xclip_handle_SelectionNotify(XSelectionE Line 129  xclip_handle_SelectionNotify(XSelectionE
129          cliprdr_send_data(NULL, 0);          cliprdr_send_data(NULL, 0);
130  }  }
131    
132  static void  void
133  xclip_handle_SelectionRequest(XSelectionRequestEvent * event)  xclip_handle_SelectionRequest(XSelectionRequestEvent * event)
134  {  {
135          unsigned long nitems, bytes_left;          unsigned long nitems, bytes_left;
# Line 170  xclip_handle_SelectionRequest(XSelection Line 170  xclip_handle_SelectionRequest(XSelection
170          /* wait for data */          /* wait for data */
171  }  }
172    
173  static void  void
174  xclip_handle_SelectionClear(void)  xclip_handle_SelectionClear(void)
175  {  {
176          DEBUG_CLIPBOARD(("xclip_handle_SelectionClear\n"));          DEBUG_CLIPBOARD(("xclip_handle_SelectionClear\n"));
# Line 179  xclip_handle_SelectionClear(void) Line 179  xclip_handle_SelectionClear(void)
179          cliprdr_send_text_format_announce();          cliprdr_send_text_format_announce();
180  }  }
181    
182  static void  void
183  xclip_handle_PropertyNotify(XPropertyEvent * event)  xclip_handle_PropertyNotify(XPropertyEvent * event)
184  {  {
185          unsigned long nitems, bytes_left;          unsigned long nitems, bytes_left;

Legend:
Removed from v.459  
changed lines
  Added in v.462

  ViewVC Help
Powered by ViewVC 1.1.26