儲存庫 vbox 的更動 63222
- 時間撮記:
- 2016-8-9 下午04:15:45 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse.c
r63221 r63222 97 97 { 98 98 /* Nothing to do, dix handles all settings */ 99 RT_NOREF(device, ctrl); 99 100 } 100 101 … … 245 246 int v3, int v4, int v5, int *x, int *y) 246 247 { 248 RT_NOREF(pInfo, num, v2, v3, v4, v5); 249 247 250 if (first == 0) { 248 251 *x = xf86ScaleAxis(v0, 0, screenInfo.screens[0]->width, 0, 65536); 249 252 *y = xf86ScaleAxis(v1, 0, screenInfo.screens[0]->height, 0, 65536); 250 253 return TRUE; 251 } else252 254 } 255 return FALSE; 253 256 } 254 257 … … 258 261 const char *device; 259 262 int rc; 263 RT_NOREF(drv, flags); 260 264 261 265 /* Initialise the InputInfoRec. */ … … 291 295 VBoxPreInit(InputDriverPtr drv, IDevPtr dev, int flags) 292 296 { 293 InputInfoPtr pInfo; 294 const char *device; 295 296 if (!(pInfo = xf86AllocateInput(drv, 0))) 297 InputInfoPtr pInfo = xf86AllocateInput(drv, 0); 298 if (!pInfo) 297 299 return NULL; 298 300 … … 331 333 332 334 static pointer 333 VBoxPlug(pointer module, 334 pointer options, 335 int *errmaj, 336 int *errmin) 337 { 335 VBoxPlug(pointer module, pointer options, int *errmaj, int *errmin) 336 { 337 RT_NOREF(options, errmaj, errmin); 338 338 xf86AddInputDriver(&VBOXMOUSE, module, 0); 339 339 xf86Msg(X_CONFIG, "Load address of symbol \"VBOXMOUSE\" is %p\n",
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器