Changeset 30598 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Jul 5, 2010 10:23:45 AM (14 years ago)
- Location:
- trunk/src/VBox/Additions/common/crOpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r30540 r30598 994 994 #if defined(CR_NEWWINTRACK) && !defined(WINDOWS) 995 995 /*@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")) 997 998 { 998 999 disable_sync = 1; -
trunk/src/VBox/Additions/common/crOpenGL/stub.h
r30474 r30598 46 46 #endif 47 47 48 #if defined(WINDOWS) || defined(Linux) 48 #if defined(WINDOWS) || defined(Linux) || defined(SunOS) 49 49 # define CR_NEWWINTRACK 50 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.