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

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

revision 1207 by ossman_, Mon Mar 27 09:20:24 2006 UTC revision 1211 by ossman_, Mon Mar 27 12:29:29 2006 UTC
# Line 126  cliprdr_process(STREAM s) Line 126  cliprdr_process(STREAM s)
126    
127          if (status == CLIPRDR_ERROR)          if (status == CLIPRDR_ERROR)
128          {          {
129                  if (type == CLIPRDR_FORMAT_ACK)                  switch (type)
130                  {                  {
131                          /* FIXME: We seem to get this when we send an announce while the server is                          case CLIPRDR_FORMAT_ACK:
132                             still processing a paste. Try sending another announce. */                                  /* FIXME: We seem to get this when we send an announce while the server is
133                          cliprdr_send_native_format_announce(last_formats, last_formats_length);                                     still processing a paste. Try sending another announce. */
134                          return;                                  cliprdr_send_native_format_announce(last_formats,
135                                                                        last_formats_length);
136                                    break;
137                            case CLIPRDR_DATA_RESPONSE:
138                                    ui_clip_request_failed();
139                                    break;
140                            default:
141                                    DEBUG_CLIPBOARD(("CLIPRDR error (type=%d)\n", type));
142                  }                  }
143    
                 DEBUG_CLIPBOARD(("CLIPRDR error (type=%d)\n", type));  
144                  return;                  return;
145          }          }
146    

Legend:
Removed from v.1207  
changed lines
  Added in v.1211

  ViewVC Help
Powered by ViewVC 1.1.26