儲存庫 vbox 的更動 82007
- 時間撮記:
- 2019-11-19 下午07:46:36 (5 年 以前)
- svn:sync-xref-src-repo-rev:
- 134809
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-server/GraphicsAdapterImpl.cpp
r81971 r82007 248 248 HRESULT GraphicsAdapter::setAccelerate3DEnabled(BOOL aAccelerate3DEnabled) 249 249 { 250 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);251 252 250 /* the machine needs to be mutable */ 253 251 AutoMutableStateDependency adep(mParent); 254 252 if (FAILED(adep.rc())) return adep.rc(); 253 254 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 255 255 256 256 /** @todo check validity! */ … … 280 280 HRESULT GraphicsAdapter::setAccelerate2DVideoEnabled(BOOL aAccelerate2DVideoEnabled) 281 281 { 282 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);283 284 282 /* the machine needs to be mutable */ 285 283 AutoMutableStateDependency adep(mParent); 286 284 if (FAILED(adep.rc())) return adep.rc(); 285 286 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 287 287 288 288 /** @todo check validity! */ … … 312 312 aMonitorCount, 1, SchemaDefs::MaxGuestMonitors); 313 313 314 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);315 316 314 /* the machine needs to be mutable */ 317 315 AutoMutableStateDependency adep(mParent); 318 316 if (FAILED(adep.rc())) return adep.rc(); 317 318 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 319 319 320 320 mParent->i_setModified(Machine::IsModified_GraphicsAdapter);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器