VirtualBox

儲存庫 vbox 的更動 63102


忽略:
時間撮記:
2016-8-6 下午03:54:53 (8 年 以前)
作者:
vboxsync
訊息:

GA/NT/VBoxTray: the 'static' px and py are probably left behind debug/confusion, they can seriously not serve any purpose other than testing MSC warnings.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp

    r63101 r63102  
    12151215#endif
    12161216
    1217         /** @todo What the family are these statics doing there?!?  */
    1218         static LONG px = p.x;
     1217        LONG px = p.x;
    12191218        if (px <= 0)
    12201219            px = 1;
    1221         static LONG py = p.y;
     1220        LONG py = p.y;
    12221221        if (py <= 0)
    12231222            py = 1;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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