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

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

revision 677 by n-ki, Mon Apr 26 13:48:39 2004 UTC revision 678 by jsorg71, Mon Apr 26 22:31:22 2004 UTC
# Line 33  extern uint32 g_rdp5_performanceflags; Line 33  extern uint32 g_rdp5_performanceflags;
33  extern int g_server_bpp;  extern int g_server_bpp;
34  extern int g_width;  extern int g_width;
35  extern int g_height;  extern int g_height;
36    extern BOOL g_bitmap_cache;
37    
38  uint8 *g_next_packet;  uint8 *g_next_packet;
39  uint32 g_rdp_shareid;  uint32 g_rdp_shareid;
# Line 436  rdp_out_order_caps(STREAM s) Line 437  rdp_out_order_caps(STREAM s)
437          order_caps[0] = 1;      /* dest blt */          order_caps[0] = 1;      /* dest blt */
438          order_caps[1] = 1;      /* pat blt */          order_caps[1] = 1;      /* pat blt */
439          order_caps[2] = 1;      /* screen blt */          order_caps[2] = 1;      /* screen blt */
440          order_caps[3] = 1;      /* required for memblt? */          order_caps[3] = (g_bitmap_cache ? 1 : 0); /* memblt */
441          order_caps[8] = 1;      /* line */          order_caps[8] = 1;      /* line */
442          order_caps[9] = 1;      /* line */          order_caps[9] = 1;      /* line */
443          order_caps[10] = 1;     /* rect */          order_caps[10] = 1;     /* rect */

Legend:
Removed from v.677  
changed lines
  Added in v.678

  ViewVC Help
Powered by ViewVC 1.1.26