VirtualBox

Changeset 45164 in vbox for trunk/src/VBox/RDP/client/rdp.c


Ignore:
Timestamp:
Mar 25, 2013 11:44:09 AM (12 years ago)
Author:
vboxsync
Message:

rdesktop-vrdp: workaround for mouse pointer shape with rdesktop 1.7.x.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client/rdp.c

    r40651 r45164  
    828828}
    829829
     830#ifndef VBOX
    830831/* Output new pointer capability set */
    831832static void
     
    839840        out_uint16_le(s, 20);   /* Cache size for new pointers */
    840841}
     842#endif
    841843
    842844/* Output share capability set */
     
    926928        {
    927929                caplen += RDP_CAPLEN_BMPCACHE2;
     930#ifdef VBOX
     931                caplen += RDP_CAPLEN_POINTER;
     932#else
    928933                caplen += RDP_CAPLEN_NEWPOINTER;
     934#endif
    929935        }
    930936        else
     
    955961        {
    956962                rdp_out_bmpcache2_caps(s);
     963#ifdef VBOX
     964                rdp_out_pointer_caps(s);
     965#else
    957966                rdp_out_newpointer_caps(s);
     967#endif
    958968        }
    959969        else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette