summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-10-27 03:03:32 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-10-27 03:03:32 +0000
commit04c9c3e0585eb63500ba70c8e0f347c1c450c6db (patch)
tree13d0720597c07fa7730ec361aa4211c70c952813 /src/util.h
parent4d5cc9d0bb02091b104d60e7930e572745db3717 (diff)
downloadmetacity-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index ae2e6ee1..6ac6f55d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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