VirtualBox

Changeset 44775 in vbox for trunk/src/VBox/GuestHost


Ignore:
Timestamp:
Feb 21, 2013 12:52:07 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83887
Message:

GuestHost/OpenGL: warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_vreg.h

    r44766 r44775  
    137137#define PVBOXVR_REG_FROM_ENTRY(_pEntry) ((PVBOXVR_REG)(((uint8_t*)(_pEntry)) - RT_OFFSETOF(VBOXVR_REG, ListEntry)))
    138138
    139 DECLINLINE(const PRTRECT) VBoxVrListIterNext(PVBOXVR_LIST_ITERATOR pIter)
     139DECLINLINE(PCRTRECT) VBoxVrListIterNext(PVBOXVR_LIST_ITERATOR pIter)
    140140{
    141141    PRTLISTNODE pNextEntry = pIter->pNextEntry;
    142142    if (pNextEntry != &pIter->pList->ListHead)
    143143    {
    144         const PRTRECT pRect = &(PVBOXVR_REG_FROM_ENTRY(pNextEntry)->Rect);
     144        PCRTRECT pRect = &(PVBOXVR_REG_FROM_ENTRY(pNextEntry)->Rect);
    145145        pIter->pNextEntry = pNextEntry->pNext;
    146146        return pRect;
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