VirtualBox

Changeset 58665 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Nov 11, 2015 5:14:51 PM (9 years ago)
Author:
vboxsync
Message:

bugref:7895: Additions and Main/Display: report host support for XOR cursors: neither OS X nor Linux hosts support this feature, and it will be broken there. Until someone has time for a fancy solution, let us just disable it generally in the Windows Additions.

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp

    r58178 r58665  
    21562156            pCaps->MaxPointerWidth  = VBOXWDDM_C_POINTER_MAX_WIDTH;
    21572157            pCaps->MaxPointerHeight = VBOXWDDM_C_POINTER_MAX_HEIGHT;
    2158             pCaps->PointerCaps.Value = 3; /* Monochrome , Color*/ /* MaskedColor == Value | 4, disable for now */
     2158            pCaps->PointerCaps.Value = 2; /* Color */ /* Disable bit 0 (Monochrome) and bit 3 (MaskedColor) */
    21592159#ifdef VBOX_WDDM_WIN8
    21602160            if (!g_VBoxDisplayOnly)
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp

    r56378 r58665  
    415415    pStatus->Information = sizeof(VIDEO_POINTER_CAPABILITIES);
    416416
    417     pCaps->Flags = VIDEO_MODE_ASYNC_POINTER | VIDEO_MODE_COLOR_POINTER | VIDEO_MODE_MONO_POINTER;
     417    pCaps->Flags = VIDEO_MODE_ASYNC_POINTER | VIDEO_MODE_COLOR_POINTER;
    418418    /* Up to 64x64 shapes */
    419419    pCaps->MaxWidth  = 64;
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