VirtualBox

Changeset 16642 in vbox for trunk


Ignore:
Timestamp:
Feb 10, 2009 3:55:29 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: fix compile on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/pixel.c

    r16638 r16642  
    14561456        {
    14571457            /* need to do format and/or type conversion */
    1458             crDebug("Converting texture format");
    14591458            char *swapRow = NULL;
    14601459            GLfloat *tmpRow = crAlloc( 4 * width * sizeof(GLfloat) );
     1460
     1461            crDebug("Converting texture format");
     1462
    14611463            if (!tmpRow)
    14621464                crError("Out of memory in crPixelCopy2D");
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