mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 12:21:34 +00:00
2005-01-12 00:32 Alexander Malmberg <alexander@malmberg.org>
* Source/gsc/GSStreamContext.m (-DPSsetstrokeadjust:): Give 'setstrokeadjust' a boolean argument. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20541 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
455372bfec
commit
bd0b1af249
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-01-12 00:32 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
|
* Source/gsc/GSStreamContext.m (-DPSsetstrokeadjust:):
|
||||||
|
Give 'setstrokeadjust' a boolean argument.
|
||||||
|
|
||||||
2005-01-11 21:57 Alexander Malmberg <alexander@malmberg.org>
|
2005-01-11 21:57 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
* Headers/x11/XWindowBuffer.h: Make the pending_rect ivar a struct
|
* Headers/x11/XWindowBuffer.h: Make the pending_rect ivar a struct
|
||||||
|
|
|
@ -405,7 +405,7 @@ fpfloat(FILE *stream, float f)
|
||||||
- (void) DPSsetstrokeadjust: (int)b
|
- (void) DPSsetstrokeadjust: (int)b
|
||||||
{
|
{
|
||||||
[super DPSsetstrokeadjust: b];
|
[super DPSsetstrokeadjust: b];
|
||||||
fprintf(gstream, "%d setstrokeadjust\n", b);
|
fprintf(gstream, "%s setstrokeadjust\n", b? "true" : "false");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue