Add OpenGL support

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14997 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-11-16 04:48:52 +00:00
parent 3226e7a12c
commit c6487d0edc
9 changed files with 708 additions and 4 deletions

View file

@ -245,6 +245,17 @@ GSCurrentServer(void)
[super dealloc];
}
- glContextClass
{
return nil;
}
- glPixelFormatClass
{
return nil;
}
/* Drag and drop support. */
/** Convienience method that calls -addDragTypes:toWindow: using the
server that controls win.