VirtualBox

Changeset 52486 in vbox


Ignore:
Timestamp:
Aug 24, 2014 4:50:39 PM (10 years ago)
Author:
vboxsync
Message:

Set hFb after the cBuffers check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp

    r52485 r52486  
    193193    if (!pData->hFb)
    194194    {
    195         pData->hFb = hFb;
    196 
    197195        /* Guard against modulo-by-zero when calling CrFbEntryCreateForTexData
    198196           below. Observed when failing to load atig6pxx.dll and similar. */
     
    202200            return VERR_NOT_SUPPORTED;
    203201        }
     202
     203        pData->hFb = hFb;
    204204
    205205        for (uint32_t i = 0; i < mural->cBuffers; ++i)
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