This commit is contained in:
rhp
2001-05-31 03:30:58 +00:00
parent 287b6b15d3
commit 1785975f38
9 changed files with 320 additions and 24 deletions

View File

@ -22,6 +22,7 @@
#include "main.h"
#include "util.h"
#include "display.h"
#include "errors.h"
#include <stdlib.h>
@ -33,6 +34,8 @@ main (int argc, char **argv)
{
meta_main_loop = g_main_loop_new (NULL, FALSE);
meta_errors_init ();
if (!meta_display_open (NULL))
meta_exit (META_EXIT_ERROR);