Changeset 7063 for trunk/src/user32/oslibres.cpp
- Timestamp:
- Oct 15, 2001, 7:10:55 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibres.cpp
r7046 r7063 1 /* $Id: oslibres.cpp,v 1.2 4 2001-10-14 21:37:03 sandervl Exp $ */1 /* $Id: oslibres.cpp,v 1.25 2001-10-15 17:09:03 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 308 308 if(lHits == GPI_ERROR) goto fail; 309 309 310 #ifdef DEBUG 310 //DEBUG_CURSOR 311 #ifdef DEBUG_CURSOR 311 312 { 312 313 dprintf(("colorToMonoBitmap %d %d (%x,%x,%x)(%x,%x,%x)", pBmpDest->cx, pBmpDest->cy, bmpinfo->argbColor[0].bRed, bmpinfo->argbColor[0].bGreen, bmpinfo->argbColor[0].bBlue, bmpinfo->argbColor[1].bRed, bmpinfo->argbColor[1].bGreen, bmpinfo->argbColor[1].bBlue));
Note:
See TracChangeset
for help on using the changeset viewer.