/[rdesktop]/jpeg/rdesktop/trunk/rdpdr.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 /jpeg/rdesktop/trunk/rdpdr.c

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

revision 576 by stargo, Thu Jan 22 20:31:59 2004 UTC revision 580 by astrand, Fri Jan 23 08:35:52 2004 UTC
# Line 661  rdpdr_init() Line 661  rdpdr_init()
661  {  {
662          if (g_num_devices > 0)          if (g_num_devices > 0)
663          {          {
664                  rdpdr_channel = channel_register("rdpdr", CHANNEL_OPTION_INITIALIZED | CHANNEL_OPTION_COMPRESS_RDP, rdpdr_process);                  rdpdr_channel =
665                            channel_register("rdpdr",
666                                             CHANNEL_OPTION_INITIALIZED | CHANNEL_OPTION_COMPRESS_RDP,
667                                             rdpdr_process);
668          }          }
669    
670          return (rdpdr_channel != NULL);          return (rdpdr_channel != NULL);

Legend:
Removed from v.576  
changed lines
  Added in v.580

  ViewVC Help
Powered by ViewVC 1.1.26