mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
* Source/gsc/GSContext.m (-DPSsetgstate:): Copy gstate so we
don't modify original. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17646 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
29c7703f2b
commit
9819a2e5f2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-09-09 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/gsc/GSContext.m (-DPSsetgstate:): Copy gstate so we
|
||||
don't modify original.
|
||||
|
||||
2003-09-08 01:39 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/art/blit.m (artcontext_setup_draw_info): Add some debug
|
||||
|
|
|
@ -401,7 +401,7 @@ static unsigned int unique_index = 0;
|
|||
[self DPSexecuserobject: gst];
|
||||
RELEASE(gstate);
|
||||
ctxt_pop(gstate, opstack, GSGState);
|
||||
RETAIN(gstate);
|
||||
gstate = [gstate copy];
|
||||
}
|
||||
else
|
||||
DESTROY(gstate);
|
||||
|
|
Loading…
Reference in a new issue