Changeset 1391 for trunk/dll/common.c
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r1375 r1391 23 23 06 Jul 08 GKY Update delete/undelete to include move to and open XWP trashcan 24 24 01 Jan 09 GKY Add option to rescan tree container on eject of removable media 25 11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c 25 26 26 27 ***********************************************************************/ … … 174 175 case DIR_VIEW: 175 176 case DIR_FILTER: 176 177 SetPresParams(hwnd, &RGBGREY, &RGBBLACK, &RGBBLACK, GetPString(IDS_8HELVTEXT));177 //fixme to allow user to change presparams 1-10-09 GKY 178 SetPresParams(hwnd, &RGBGREY, &RGBBLACK, &RGBBLACK, FNT_8HELVETICA); 178 179 return rc; 179 180 } … … 354 355 UCHAR parm[2]; 355 356 ULONG plen = sizeof(parm), dlen = 0L; 357 APIRET rc; 356 358 357 359 switch (SHORT1FROMMP(cmd)) { … … 368 370 parm[1] = *dv - 'A'; 369 371 DosError(FERR_DISABLEHARDERR); 370 DosDevIOCtl(-1L,371 8L, 0x40L, &parm, sizeof(parm), &plen, NULL, 0L, &dlen);372 rc = DosDevIOCtl(-1L, 8L, 0x40L, &parm, sizeof(parm), &plen, NULL, 0L, &dlen); 373 DbgMsg(pszSrcFile, __LINE__, "Eject parm %i %i rc %i", parm[0], parm[1], rc); 372 374 if (cmd == IDM_EJECT && 373 375 (fEjectFlpyScan ? TRUE : parm[1] > 1) &&
Note:
See TracChangeset
for help on using the changeset viewer.