Changeset 83935 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Apr 22, 2020 7:15:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r83934 r83935 42 42 requests (see the infinite loop in run()). 2- it listens to RandR events (caused by this or any other X11 client) 43 43 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. 45 45 */ 46 46 #include <stdio.h> … … 115 115 { 116 116 Display *pDisplay; 117 /* We use a separate connection for randr event listening forsharing a117 /* We use a separate connection for randr event listening since sharing a 118 118 single display object with resizing (main) and event listening threads ends up having a deadlock.*/ 119 119 Display *pDisplayRandRMonitoring;
Note:
See TracChangeset
for help on using the changeset viewer.