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:
fedor 1998-12-10 19:53:41 +00:00
parent f07575bb5f
commit c1e464992b
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
//