Changeset 50398 in vbox
- Timestamp:
- Feb 10, 2014 4:08:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp
r50394 r50398 311 311 CR_TEXDATA *pEnteredTex = NULL; 312 312 PCR_BLITTER pEnteredBlitter = NULL; 313 uint32_t width = 0, height = 0; 314 RTPOINT StretchedEntryPoint = {0}; 313 315 314 316 VBOXVR_SCR_COMPOSITOR_CONST_ITERATOR Iter; … … 352 354 goto end; 353 355 } 354 355 uint32_t width, height;356 RTPOINT StretchedEntryPoint;357 356 358 357 for (uint32_t i = 0; i < cRects; ++i)
Note:
See TracChangeset
for help on using the changeset viewer.