Changeset 37220 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 26, 2011 10:18:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r37175 r37220 992 992 if (!(maFramebuffers[0].fDisabled)) 993 993 { 994 x1 = (int32_t)maFramebuffers[0].xOrigin; 995 y1 = (int32_t)maFramebuffers[0].yOrigin; 994 996 x2 = mpDrv->IConnector.cx + (int32_t)maFramebuffers[0].xOrigin; 995 997 y2 = mpDrv->IConnector.cy + (int32_t)maFramebuffers[0].yOrigin;
Note:
See TracChangeset
for help on using the changeset viewer.