Changeset 108641 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDriver.cpp
- Timestamp:
- Mar 20, 2025 12:48:42 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 168054
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDriver.cpp
r106061 r108641 637 637 } 638 638 639 #ifdef VBOX_WITH_VIDEOHWACCEL640 VBoxDispVHWAEnable(pDev);641 #endif642 643 639 /* Set device palette if needed */ 644 640 if (pDev->mode.ulBitsPerPel == 8) … … 809 805 { 810 806 LOGF(("!bEnable")); 811 #ifdef VBOX_WITH_VIDEOHWACCEL812 /* tells we can not process host commands any more and ensures that813 * we've completed processing of the host VHWA commands814 */815 VBoxDispVHWADisable(pDev);816 #endif817 807 818 808 /* disable VBVA */ … … 852 842 (uint16_t)pDev->mode.ulBitsPerPel, VBVA_SCREEN_F_ACTIVE); 853 843 } 854 855 #ifdef VBOX_WITH_VIDEOHWACCEL856 /* tells we can process host commands */857 VBoxDispVHWAEnable(pDev);858 #endif859 844 860 845 /* Associate back GDI bitmap residing in our framebuffer memory with GDI's handle to our device */
Note:
See TracChangeset
for help on using the changeset viewer.