Fix to correct printing.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@26301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2008-03-13 23:38:50 +00:00
parent e531af313b
commit 3b4c281568
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2008-03-13 19:37-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Source/gsc/GSStreamContext.m: Remove implementation of
DPSrectclip:::: since it was causing issues with printing. Will
investigate further to see if this is the correct fix.
2008-03-09 Fred Kiefer <FredKiefer@gmx.de>
* Source/art/ARTContext.m (-GSDrawImage:): Remove this hack again.

View file

@ -634,11 +634,14 @@ fpfloat(FILE *stream, float f)
- (void) DPSrectclip: (float)x : (float)y : (float)w : (float)h
{
// Do nothing.
/*
fpfloat(gstream, x);
fpfloat(gstream, y);
fpfloat(gstream, w);
fpfloat(gstream, h);
fprintf(gstream, "rectclip\n");
*/
}
- (void) DPSrectfill: (float)x : (float)y : (float)w : (float)h