diff options
author | Havoc Pennington <hp@pobox.com> | 2002-10-27 03:03:32 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-10-27 03:03:32 +0000 |
commit | 04c9c3e0585eb63500ba70c8e0f347c1c450c6db (patch) | |
tree | 13d0720597c07fa7730ec361aa4211c70c952813 /src/util.h | |
parent | 4d5cc9d0bb02091b104d60e7930e572745db3717 (diff) | |
download | metacity-04c9c3e0585eb63500ba70c8e0f347c1c450c6db.tar.gz |
include config.h
2002-10-26 Havoc Pennington <hp@pobox.com>
* src/iconcache.c: include config.h
* src/group.c: include config.h
* src/frame.c: include config.h
* src/core.c: include config.h so it doesn't crash all over the
place due to #ifdef HAVE_STARTUP_NOTIFICATION
* src/util.c (meta_print_backtrace): export from this file
* src/main.c (log_handler): print backtrace here
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,8 @@ gint meta_unsigned_long_equal (gconstpointer v1, gconstpointer v2); guint meta_unsigned_long_hash (gconstpointer v); +void meta_print_backtrace (void); + #include <libintl.h> #define _(x) dgettext (GETTEXT_PACKAGE, x) #define N_(x) x |