Changeset 2779 for trunk/src/gdi32/gdi32.cpp
- Timestamp:
- Feb 14, 2000, 6:28:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/gdi32.cpp
r2775 r2779 1 /* $Id: gdi32.cpp,v 1.4 1 2000-02-14 16:44:45 birdExp $ */1 /* $Id: gdi32.cpp,v 1.42 2000-02-14 17:28:45 cbratschi Exp $ */ 2 2 3 3 /* … … 153 153 //CB: todo: PS_DOT is different in Win32 (. . . . and not - - - -) 154 154 // Open32 looks like LINETYPE_SHORTDASH instead of LINETYPE_DOT!!! 155 // -> difficult to fix !155 // -> difficult to fix without performance decrease! 156 156 157 157 return O32_CreatePen(fnPenStyle,nWidth,crColor); … … 492 492 //SvL: Open32 tests for "DISPLAY" 493 493 if(lpszDriver && !strcmp(lpszDriver, "display")) { 494 494 lpszDriver = szDisplay; 495 495 } 496 496 return O32_CreateIC(lpszDriver, lpszDevice, lpszOutput, lpdvmInit);
Note:
See TracChangeset
for help on using the changeset viewer.