diff options
author | rhp <rhp> | 2001-05-31 03:30:58 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-05-31 03:30:58 +0000 |
commit | 1785975f3880c82824b05f82e8d6f2ef923d28bb (patch) | |
tree | 6438be2d49e7e113651368df0d85a09fc7e60c0c /src/main.c | |
parent | 287b6b15d3840d6546bbc55f9dbd7b3d098429c3 (diff) | |
download | metacity-1785975f3880c82824b05f82e8d6f2ef923d28bb.tar.gz |
...
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |