Handle NSBackingStoreUnretained.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14460 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2002-09-16 14:38:25 +00:00
parent 4b78053b0b
commit 19aa16c74d
6 changed files with 99 additions and 73 deletions

View file

@ -866,6 +866,8 @@ static void clip_svp_callback(void *data, int y, int start,
art_svp_free(svp);
[path removeAllPoints];
UPDATE_UNBUFFERED
}
- (void) DPSeofill
@ -906,6 +908,7 @@ static void clip_svp_callback(void *data, int y, int start,
&DI, clip_span, clip_index);
art_svp_free(svp);
UPDATE_UNBUFFERED
return;
}
@ -977,6 +980,7 @@ static void clip_svp_callback(void *data, int y, int start,
RENDER_RUN_ALPHA(&ri, x1);
}
}
UPDATE_UNBUFFERED
}
}
@ -1032,6 +1036,7 @@ static void clip_svp_callback(void *data, int y, int start,
&DI, clip_span, clip_index);
art_svp_free(svp);
UPDATE_UNBUFFERED
}
- (void) DPSrectstroke: (float)x : (float)y : (float)w : (float)h