VirtualBox

Ignore:
Timestamp:
Apr 22, 2020 7:15:31 PM (5 years ago)
Author:
vboxsync
Message:

bugref:9637. Some comment corrections.

File:
1 edited

Legend:

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

    r83934 r83935  
    4242      requests (see the infinite loop in run()). 2- it listens to RandR events (caused by this or any other X11 client)
    4343      on a different thread and notifies host about the new monitor positions. See sendMonitorPositions(...). This is
    44       mainly work around since we have realized that vmsvga does not convey correct monitor positions thru FIFO.
     44      mainly a work around since we have realized that vmsvga does not convey correct monitor positions thru FIFO.
    4545 */
    4646#include <stdio.h>
     
    115115{
    116116    Display *pDisplay;
    117     /* We use a separate connection for randr event listening for sharing  a
     117    /* We use a separate connection for randr event listening since sharing  a
    118118       single display object with resizing (main) and event listening threads ends up having a deadlock.*/
    119119    Display *pDisplayRandRMonitoring;
Note: See TracChangeset for help on using the changeset viewer.

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