Ignore:
Timestamp:
Feb 3, 2000, 12:45:07 AM (26 years ago)
Author:
sandervl
Message:

RGB 555 conversion in SetDIBitsToDevice + quake 2 BitBlt fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/gdi32.cpp

    r2592 r2600  
    1 /* $Id: gdi32.cpp,v 1.37 2000-02-01 12:53:30 sandervl Exp $ */
     1/* $Id: gdi32.cpp,v 1.38 2000-02-02 23:45:06 sandervl Exp $ */
    22
    33/*
     
    777777    if(nIndex == NUMCOLORS && rc > 256)
    778778        return -1;
     779
    779780    return(rc);
    780781}
Note: See TracChangeset for help on using the changeset viewer.