VirtualBox

Ignore:
Timestamp:
Mar 17, 2014 2:25:13 PM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: do not create invisible windows (fix OSX deadlock)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c

    r50799 r50802  
    10051005            return NULL;
    10061006        }
    1007         id = crServerMuralInit(pMural, "", visualBits, 0);
     1007        id = crServerMuralInit(pMural,
     1008#ifdef RT_OS_DARWIN
     1009                /* tested on darwin only so far */
     1010                NULL
     1011#else
     1012                ""
     1013#endif
     1014                , visualBits, 0);
    10081015        if (id < 0)
    10091016        {
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