Changeset 57138 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jul 30, 2015 8:09:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
r57136 r57138 220 220 LogFlowFunc(("Changing context: %#x -> %#x\n", (pState)->idActiveContext, (pContext)->id)); \ 221 221 (pState)->idActiveContext = (pContext)->id; \ 222 } 222 } \ 223 223 } while (0) 224 224 #endif
Note:
See TracChangeset
for help on using the changeset viewer.