VirtualBox

Ignore:
Timestamp:
Jul 5, 2010 10:23:45 AM (14 years ago)
Author:
vboxsync
Message:

crOpenGL: enable new tracking code for solaris

Location:
trunk/src/VBox/Additions/common/crOpenGL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r30540 r30598  
    994994#if defined(CR_NEWWINTRACK) && !defined(WINDOWS)
    995995    /*@todo when vm boots with compiz turned on, new code causes hang in xcb_wait_for_reply in the sync thread*/
    996     if (!crStrcmp(response, "compiz") || !crStrcmp(response, "compiz_real"))
     996    if (!crStrcmp(response, "compiz") || !crStrcmp(response, "compiz_real")
     997        || !crStrcmp(response, "compiz-bin"))
    997998    {
    998999        disable_sync = 1;
  • trunk/src/VBox/Additions/common/crOpenGL/stub.h

    r30474 r30598  
    4646#endif
    4747
    48 #if defined(WINDOWS) || defined(Linux)
     48#if defined(WINDOWS) || defined(Linux) || defined(SunOS)
    4949# define CR_NEWWINTRACK
    5050#endif
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