vbox的更動 43415 路徑 trunk/src/VBox/Additions/haiku
- 時間撮記:
- 2012-9-24 下午12:18:16 (12 年 以前)
- 位置:
- trunk/src/VBox/Additions/haiku
- 檔案:
-
- 修改 3 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/haiku/SharedFolders/vboxsf.c
r43404 r43415 991 991 NULL, /* access */ 992 992 vboxsf_read_stat, 993 vboxsf_write_stat 993 vboxsf_write_stat, 994 994 NULL, /* preallocate */ 995 995 vboxsf_create, -
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.cpp
r43405 r43415 287 287 } 288 288 289 intrc = VbglR3GetMouseStatus(&fFeatures, &cx, &cy);289 rc = VbglR3GetMouseStatus(&fFeatures, &cx, &cy); 290 290 if ( RT_SUCCESS(rc) 291 291 && (fFeatures & VMMDEV_MOUSE_HOST_WANTS_ABSOLUTE)) -
trunk/src/VBox/Additions/haiku/VBoxVideo/driver/driver.cpp
r43408 r43415 162 162 LogFlowFunc(("init_hardware\n")); 163 163 164 status_t err = get_module(VBOXGUEST_MODULE_NAME, (module_info **)&g_VBoxGuest) 164 status_t err = get_module(VBOXGUEST_MODULE_NAME, (module_info **)&g_VBoxGuest); 165 165 if (err == B_OK) 166 166 { … … 253 253 device_hooks* find_device(const char *name) 254 254 { 255 LogFlowFunc( a("find_device\n"));255 LogFlowFunc(("find_device\n")); 256 256 if (gCanHasDevice && strcmp(name, gDeviceInfo.name) == 0) 257 257 return &gDeviceHooks;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器