VirtualBox

Changeset 22107 in vbox


Ignore:
Timestamp:
Aug 8, 2009 10:41:48 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50857
Message:

video hw accel: Dst Colorkey fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h

    r22099 r22107  
    501501
    502502#define VBOXQGLLOG_CKEY(_p, _pck, _s) do{\
    503     VBOXQGLLOG((_p " l(%d), u(%d)" _s, (_pck)->lower(), (_pck)->upper()));\
     503    VBOXQGLLOG((_p " l(0x%x), u(0x%x)" _s, (_pck)->lower(), (_pck)->upper()));\
    504504    }while(0)
    505505
     
    12931293    {
    12941294#ifndef VBOXQGL_DBG_SURF
    1295         if(offset == 0xffffffff)
     1295        if(offset == 0xffffffffffffffffL)
    12961296        {
    12971297                return;
Note: See TracChangeset for help on using the changeset viewer.

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