Changeset 106080 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 18, 2024 12:38:27 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GraphicsAdapterImpl.h
r106061 r106080 62 62 HRESULT i_saveSettings(settings::GraphicsAdapter &data); 63 63 64 void i_rollback(); 65 void i_commit(); 66 void i_copyFrom(GraphicsAdapter *aThat); 64 void i_rollback(); 65 void i_commit(); 66 void i_copyFrom(GraphicsAdapter *aThat); 67 bool *i_getFeatureMemberBool(GraphicsFeature_T aFeature); 68 void i_updateFeatures(); 67 69 68 70 private:
Note:
See TracChangeset
for help on using the changeset viewer.