Changeset 50802 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c
- Timestamp:
- Mar 17, 2014 2:25:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c
r50799 r50802 1005 1005 return NULL; 1006 1006 } 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); 1008 1015 if (id < 0) 1009 1016 {
Note:
See TracChangeset
for help on using the changeset viewer.