Changeset 90036 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jul 5, 2021 6:15:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r89749 r90036 766 766 int rc; 767 767 768 rc = stopX11MonitorThread(); /** @todo r=andy We ignore rc!? */768 rc = stopX11MonitorThread(); 769 769 if (RT_FAILURE(rc)) 770 770 { 771 VBClLog FatalError("cannot stop X11 monitor thread (%Rrc)\n", rc);771 VBClLogError("cannot stop X11 monitor thread (%Rrc)\n", rc); 772 772 return; 773 773 }
Note:
See TracChangeset
for help on using the changeset viewer.