VirtualBox

儲存庫 vbox 的更動 12499


忽略:
時間撮記:
2008-9-16 下午04:06:21 (16 年 以前)
作者:
vboxsync
訊息:

FE/Qt: X11 keyboard: really fix bogus log messages

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Frontends/VirtualBox4/src/X11/keyboard-new.c

    r12498 r12499  
    386386        if (   (0 != (*lkey)[keyn][0])
    387387            && (0 != (*lkey)[keyn][1])
    388             && (keyn != 48) /* don't count the 102nd key */
     388            && (keyn != 47) /* don't count the 102nd key */
    389389           ) {
    390390            ++entries;
    391391        }
    392392    }
    393     LOG_KB_1(("Finished mapping keyboard, matches=%d, entries=%d\n", matches, entries));
     393    LOG_KB_1(("Finished mapping keyboard, matches=%d, entries=%d (excluding 102nd key)\n", matches, entries));
    394394    if (matches != entries)
    395395    {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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