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:
fredkiefer 2007-04-04 14:33:10 +00:00
parent 457404eeb2
commit d525cf7b50
6 changed files with 159 additions and 90 deletions

View file

@ -113,4 +113,14 @@
[CGSTATE GSSetDevice: device : x : y];
}
- (void) DPSgrestore
{
[CGSTATE DPSgrestore];
}
- (void) DPSgsave
{
[CGSTATE DPSgsave];
}
@end