Ignore:
Timestamp:
Oct 1, 2001, 12:23:46 AM (24 years ago)
Author:
sandervl
Message:

clipper updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2DDRAW.CPP

    r6804 r6901  
    1 /* $Id: OS2DDRAW.CPP,v 1.30 2001-09-24 18:42:00 sandervl Exp $ */
     1/* $Id: OS2DDRAW.CPP,v 1.31 2001-09-30 22:23:44 sandervl Exp $ */
    22
    33/*
     
    209209  pdwUnknownData[241] = dCaps.ulDepth;
    210210
    211   screenwidth  = dCaps.ulVerticalResolution;
    212   screenheight = dCaps.ulHorizontalResolution;
     211  screenwidth  = dCaps.ulHorizontalResolution;
     212  screenheight = dCaps.ulVerticalResolution;
    213213  screenbpp    = dCaps.ulDepth;
    214214
Note: See TracChangeset for help on using the changeset viewer.