mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 08:51:03 +00:00
Backend part of graphic context rewrite.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@24965 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
457404eeb2
commit
d525cf7b50
6 changed files with 159 additions and 90 deletions
|
@ -113,4 +113,14 @@
|
|||
[CGSTATE GSSetDevice: device : x : y];
|
||||
}
|
||||
|
||||
- (void) DPSgrestore
|
||||
{
|
||||
[CGSTATE DPSgrestore];
|
||||
}
|
||||
|
||||
- (void) DPSgsave
|
||||
{
|
||||
[CGSTATE DPSgsave];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue