mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 08:51:03 +00:00
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:
parent
79d8eec276
commit
4985083c65
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue