VirtualBox

Changeset 38864 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 26, 2011 12:55:45 PM (13 years ago)
Author:
vboxsync
Message:

crOpenGL: fix compiz under ubuntu9.10

File:
1 edited

Legend:

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

    r38636 r38864  
    11301130
    11311131#if defined(CR_NEWWINTRACK) && !defined(WINDOWS)
    1132     /*@todo when vm boots with compiz turned on, new code causes hang in xcb_wait_for_reply in the sync thread*/
    1133     if (!crStrcmp(response, "compiz") || !crStrcmp(response, "compiz_real")
     1132    /*@todo when vm boots with compiz turned on, new code causes hang in xcb_wait_for_reply in the sync thread
     1133     * as at the start compiz runs our code under XGrabServer.
     1134     */
     1135    if (!crStrcmp(response, "compiz") || !crStrcmp(response, "compiz_real") || !crStrcmp(response, "compiz.real")
    11341136        || !crStrcmp(response, "compiz-bin"))
    11351137    {
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