Diff for /np2/wince/scrnmng.cpp between versions 1.10 and 1.11

version 1.10, 2004/07/17 20:43:02 version 1.11, 2004/07/19 14:24:05
Line 103  static GXDisplayProperties GXGETDISPLAYP Line 103  static GXDisplayProperties GXGETDISPLAYP
         ret.cbyPitch = rfbi.cyStride;          ret.cbyPitch = rfbi.cyStride;
         ret.cBPP = rfbi.wBPP;          ret.cBPP = rfbi.wBPP;
         ret.ffFormat = 0;          ret.ffFormat = 0;
         switch(rfbi.wBPP) {          switch(rfbi.wFormat) {
                 case RFBIFMT_565:                  case RFBIFMT_565:
                         ret.ffFormat |= kfDirect565;                          ret.ffFormat |= kfDirect565;
                         break;                          break;

Removed from v.1.10  
changed lines
  Added in v.1.11


RetroPC.NET-CVS <cvs@retropc.net>