|
From: Karsten W. <kar...@us...> - 2005-12-05 20:36:24
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5523 Modified Files: wpengine.c Log Message: carbon printing Index: wpengine.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/wpengine.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** wpengine.c 24 Jan 2005 03:54:37 -0000 1.8 --- wpengine.c 5 Dec 2005 20:36:16 -0000 1.9 *************** *** 1929,1933 **** //we have trouble here. Paige expects a GrafPort, I will have to //decide how to fix this when I get to the engine. ! pgInitDevice (&ws_globals, shellprintinfo.printport, 0, &wpprintdevice); #endif --- 1929,1934 ---- //we have trouble here. Paige expects a GrafPort, I will have to //decide how to fix this when I get to the engine. ! return(false); ! // pgInitDevice (&ws_globals, shellprintinfo.printport, 0, &wpprintdevice); #endif *************** *** 1957,1960 **** --- 1958,1965 ---- */ + /* kw - 2005-12-05 remove this after print error correction */ + #if TARGET_API_MAC_CARBON == 1 + return (false); + #else register hdlwprecord hwp = wpdata; long nextpos = 0; *************** *** 1977,1980 **** --- 1982,1986 ---- return (nextpos > 0); + #endif } /*wpprint*/ |