mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +00:00
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:
parent
4b78053b0b
commit
19aa16c74d
6 changed files with 99 additions and 73 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue