mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +00:00
Added cairo backend.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@19820 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
55647cbdf1
commit
1d40f7d8cc
32 changed files with 4615 additions and 4 deletions
|
@ -75,7 +75,9 @@
|
|||
contextClass = objc_get_class("ARTContext");
|
||||
else if ([context isEqual: @"winlib"])
|
||||
contextClass = objc_get_class("WIN32Context");
|
||||
else
|
||||
else if ([context isEqual: @"cairo"])
|
||||
contextClass = objc_get_class("CairoContext");
|
||||
else
|
||||
contextClass = objc_get_class("XGContext");
|
||||
|
||||
[contextClass initializeBackend];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue