Changeset 90324 in vbox
- Timestamp:
- Jul 23, 2021 7:40:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r90218 r90324 551 551 } 552 552 553 int iMonitorID = getMonitorIdFromName(pszMonitorName) ;553 int iMonitorID = getMonitorIdFromName(pszMonitorName) - 1; 554 554 XFree((void *)pszMonitorName); 555 555 pszMonitorName = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.