VirtualBox

Ignore:
Timestamp:
Apr 22, 2020 4:33:55 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137482
Message:

bugref:9637. Re-enabling event monitoring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp

    r83928 r83933  
    575575static int startX11MonitorThread()
    576576{
    577     return 0;
    578577    int rc;
    579 
    580578    Assert(g_fMonitorThreadShutdown == false);
    581579    if (mX11MonitorThread == NIL_RTTHREAD)
     
    901899      dpi = (unsigned int)((double)pixels * MILLIS_PER_INCH /
    902900                           (double)mm + 0.5);
    903       printf("computed dpi %u\n", dpi);
    904901   }
    905902   return (dpi > 0) ? dpi : DEFAULT_DPI;
     
    12521249                if (aOutputs[j].fEnabled)
    12531250                    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);
    12561251            }
    12571252            setXrandrTopology(aOutputs);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette