VirtualBox

儲存庫 vbox 的更動 63222


忽略:
時間撮記:
2016-8-9 下午04:15:45 (8 年 以前)
作者:
vboxsync
訊息:

GA/X11: warnings

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse.c

    r63221 r63222  
    9797{
    9898    /* Nothing to do, dix handles all settings */
     99    RT_NOREF(device, ctrl);
    99100}
    100101
     
    245246            int v3, int v4, int v5, int *x, int *y)
    246247{
     248    RT_NOREF(pInfo, num, v2, v3, v4, v5);
     249
    247250    if (first == 0) {
    248251        *x = xf86ScaleAxis(v0, 0, screenInfo.screens[0]->width, 0, 65536);
    249252        *y = xf86ScaleAxis(v1, 0, screenInfo.screens[0]->height, 0, 65536);
    250253        return TRUE;
    251     } else
    252         return FALSE;
     254    }
     255    return FALSE;
    253256}
    254257
     
    258261    const char *device;
    259262    int rc;
     263    RT_NOREF(drv, flags);
    260264
    261265    /* Initialise the InputInfoRec. */
     
    291295VBoxPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
    292296{
    293     InputInfoPtr pInfo;
    294     const char *device;
    295 
    296     if (!(pInfo = xf86AllocateInput(drv, 0)))
     297    InputInfoPtr pInfo = xf86AllocateInput(drv, 0);
     298    if (!pInfo)
    297299        return NULL;
    298300
     
    331333
    332334static pointer
    333 VBoxPlug(pointer module,
    334           pointer options,
    335           int *errmaj,
    336           int *errmin)
    337 {
     335VBoxPlug(pointer module, pointer options, int *errmaj, int *errmin)
     336{
     337    RT_NOREF(options, errmaj, errmin);
    338338    xf86AddInputDriver(&VBOXMOUSE, module, 0);
    339339    xf86Msg(X_CONFIG, "Load address of symbol \"VBOXMOUSE\" is %p\n",
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette