Changes between Initial Version and Version 2 of Ticket #3224
- Timestamp:
- Jan 29, 2009 5:10:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3224 – Description
initial v2 2 2 3 3 I suspect it has something to do with incomplete handling of the OpenGLEnabled configuration setting. It is checked for, but there seems to be no code to enable it: 4 4 {{{ 5 5 $ rgrep OpenGLEnabled src/ 6 6 src/VBox/Main/VMMDevInterface.cpp: if (!CFGMR3AreValuesValid(pCfgHandle, "Object\0OpenGLEnabled\0crOpenGLEnabled\0")) 7 7 src/VBox/Main/VMMDevInterface.cpp: rc = CFGMR3QueryBool(pCfgHandle, "OpenGLEnabled", &fEnabled); 8 }}}