Change backend initialization

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3428 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-12-10 19:53:41 +00:00
parent 8d0237fbfa
commit 81abcf1f75
13 changed files with 492 additions and 43 deletions

View file

@ -32,7 +32,7 @@
#include <AppKit/NSApplication.h>
#include <AppKit/NSEvent.h>
#include <AppKit/GSContext.h>
char **NSArgv = NULL;
@ -60,6 +60,12 @@ extern char** environ;
return 0;
}
void
initialize_gnustep_backend(void)
{
[GSContext initializeGUIBackend];
}
//
// Convert an NSEvent Type to it's respective Event Mask
//