mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:30:37 +00:00
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:
parent
3226e7a12c
commit
c6487d0edc
9 changed files with 708 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue