Changeset 96869 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Sep 26, 2022 2:54:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-helper-gnome3.cpp
r96868 r96869 679 679 680 680 /* Should be TRUE in order to satisfy VBCL_HLP_GNOME3_NEXT() requirements. */ 681 AssertReturn(ret, false);681 AssertReturn(ret, VERR_INVALID_PARAMETER); 682 682 683 683 /* Get list of physical monitors parameters. */ … … 855 855 856 856 /* Should be TRUE in order to satisfy VBCL_HLP_GNOME3_NEXT() requirements. */ 857 AssertReturn(ret, false);857 AssertReturn(ret, VERR_INVALID_PARAMETER); 858 858 859 859 /* Important: in order to avoid libdbus asserts during parsing, its signature should be verified at first. */
Note:
See TracChangeset
for help on using the changeset viewer.