Changeset 16629 in vbox for trunk/src/VBox/RDP/client/rdesktop.c
- Timestamp:
- Feb 10, 2009 1:09:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client/rdesktop.c
r11982 r16629 96 96 RD_BOOL g_rdpclip = True; 97 97 RD_BOOL g_console_session = False; 98 #ifndef VBOX 98 99 RD_BOOL g_numlock_sync = False; 100 #else /* VBOX */ 101 /* Always use numlock synchronization with VRDP. */ 102 RD_BOOL g_numlock_sync = True; 103 #end /* VBOX */ 99 104 RD_BOOL g_lspci_enabled = False; 100 105 RD_BOOL g_owncolmap = False;
Note:
See TracChangeset
for help on using the changeset viewer.