Changeset 83933 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Apr 22, 2020 4:33:55 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r83928 r83933 575 575 static int startX11MonitorThread() 576 576 { 577 return 0;578 577 int rc; 579 580 578 Assert(g_fMonitorThreadShutdown == false); 581 579 if (mX11MonitorThread == NIL_RTTHREAD) … … 901 899 dpi = (unsigned int)((double)pixels * MILLIS_PER_INCH / 902 900 (double)mm + 0.5); 903 printf("computed dpi %u\n", dpi);904 901 } 905 902 return (dpi > 0) ? dpi : DEFAULT_DPI; … … 1252 1249 if (aOutputs[j].fEnabled) 1253 1250 iRunningX += aOutputs[j].width; 1254 printf("%d %d %d %d %d\n", aOutputs[j].x, aOutputs[j].y,1255 aOutputs[j].width, aOutputs[j].height, aOutputs[j].fEnabled);1256 1251 } 1257 1252 setXrandrTopology(aOutputs);
Note:
See TracChangeset
for help on using the changeset viewer.