Changeset 49011 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/render
- Timestamp:
- Oct 9, 2013 3:24:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c
r48356 r49011 1173 1173 else 1174 1174 { 1175 #ifdef DEBUG_misha 1176 crWarning( "Render SPU: Showing the window" ); 1177 #else 1175 1178 crDebug( "Render SPU: Showing the window" ); 1179 #endif 1176 1180 crDebug("renderspu_SystemCreateWindow: showwindow: %x", window->hWnd); 1177 1181 } … … 1181 1185 /* Intel drivers require a window to be visible for proper 3D rendering, 1182 1186 * so set it visible and handle the visibility with visible regions (see below) */ 1183 if (window->BltInfo.Base.id )1187 if (window->BltInfo.Base.id != CR_RENDER_DEFAULT_WINDOW_ID) 1184 1188 { 1185 1189 ShowWindow( window->hWnd, SW_SHOWNORMAL );
Note:
See TracChangeset
for help on using the changeset viewer.