Added empty 'opal' backend.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@36749 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Ivan Vučica 2013-06-23 22:41:31 +00:00
parent 72605b6d4d
commit 248caad5d0
15 changed files with 95 additions and 2 deletions

View file

@ -87,6 +87,8 @@
context = @"WIN32Context";
#elif (BUILD_GRAPHICS==GRAPHICS_cairo)
context = @"CairoContext";
#elif (BUILD_GRAPHICS==GRAPHICS_opal)
context = @"OpalContext";
#else
#error INVALID build graphics type
#endif