Changeset 16480 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/crOpenGL/load.c
- Timestamp:
- Feb 3, 2009 10:31:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/crOpenGL/load.c
r16456 r16480 75 75 static ViewportFunc_t origViewport; 76 76 77 78 77 static void stubCheckWindowState(void) 79 78 { … … 112 111 stubUpdateWindowGeometry(window, bForceUpdate); 113 112 114 #if def WINDOWS113 #if defined(GLX) || defined (WINDOWS) 115 114 if (stub.trackWindowVisibleRgn) 116 115 { … … 288 287 #ifdef WINDOWS 289 288 defaultWin->hVisibleRegion = INVALID_HANDLE_VALUE; 289 #elif defined(GLX) 290 defaultWin->pVisibleRegions = NULL; 290 291 #endif 291 292 crHashtableAdd(stub.windowTable, 0, defaultWin);
Note:
See TracChangeset
for help on using the changeset viewer.