VirtualBox

Changeset 16629 in vbox for trunk


Ignore:
Timestamp:
Feb 10, 2009 1:09:08 PM (16 years ago)
Author:
vboxsync
Message:

Enable NumLock synchronization by default in rdesktop-vrdp.

File:
1 edited

Legend:

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

    r11982 r16629  
    9696RD_BOOL g_rdpclip = True;
    9797RD_BOOL g_console_session = False;
     98#ifndef VBOX
    9899RD_BOOL g_numlock_sync = False;
     100#else /* VBOX */
     101/* Always use numlock synchronization with VRDP. */
     102RD_BOOL g_numlock_sync = True;
     103#end /* VBOX */
    99104RD_BOOL g_lspci_enabled = False;
    100105RD_BOOL g_owncolmap = False;
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