Changeset 90629 in vbox
- Timestamp:
- Aug 11, 2021 1:44:50 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146241
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r90624 r90629 558 558 { 559 559 VBClLogInfo("queryMonitorPositions: skip monitor %d (id %d) (w,h)=(%d,%d) (x,y)=(%d,%d)\n", 560 i, iMonitorID,561 pMonitorInfo[i].width, pMonitorInfo[i].height,562 pMonitorInfo[i].x, pMonitorInfo[i].y);560 i, iMonitorID, 561 pMonitorInfo[i].width, pMonitorInfo[i].height, 562 pMonitorInfo[i].x, pMonitorInfo[i].y); 563 563 continue; 564 564 } … … 1125 1125 { 1126 1126 VBClLogError("Resizing frame buffer to %d %d has failed, current mode %d %d\n", 1127 iXRes, iYRes, newSize.width, newSize.height);1127 iXRes, iYRes, newSize.width, newSize.height); 1128 1128 return false; 1129 1129 }
Note:
See TracChangeset
for help on using the changeset viewer.