Changeset 38864 in vbox for trunk/src/VBox
- Timestamp:
- Sep 26, 2011 12:55:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r38636 r38864 1130 1130 1131 1131 #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") 1134 1136 || !crStrcmp(response, "compiz-bin")) 1135 1137 {
Note:
See TracChangeset
for help on using the changeset viewer.