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

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

revision 570 by stargo, Wed Jan 21 18:02:38 2004 UTC revision 580 by astrand, Fri Jan 23 08:35:52 2004 UTC
# Line 1  Line 1 
1  #include <unistd.h>  #include <unistd.h>
2    #include <sys/types.h>
3    #include <time.h>
4  #include "rdesktop.h"  #include "rdesktop.h"
5    
6  #define IRP_MJ_CREATE           0x00  #define IRP_MJ_CREATE           0x00
# Line 659  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.570  
changed lines
  Added in v.580

  ViewVC Help
Powered by ViewVC 1.1.26