Ignore:
Timestamp:
Feb 14, 2000, 6:28:45 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2775 r2779  
    1 /* $Id: gdi32.cpp,v 1.41 2000-02-14 16:44:45 bird Exp $ */
     1/* $Id: gdi32.cpp,v 1.42 2000-02-14 17:28:45 cbratschi Exp $ */
    22
    33/*
     
    153153    //CB: todo: PS_DOT is different in Win32 (. . . . and not - - - -)
    154154    //    Open32 looks like LINETYPE_SHORTDASH instead of LINETYPE_DOT!!!
    155     //    -> difficult to fix!
     155    //    -> difficult to fix without performance decrease!
    156156
    157157    return O32_CreatePen(fnPenStyle,nWidth,crColor);
     
    492492    //SvL: Open32 tests for "DISPLAY"
    493493    if(lpszDriver && !strcmp(lpszDriver, "display")) {
    494         lpszDriver = szDisplay;
     494        lpszDriver = szDisplay;
    495495    }
    496496    return O32_CreateIC(lpszDriver, lpszDevice, lpszOutput, lpdvmInit);
Note: See TracChangeset for help on using the changeset viewer.