summaryrefslogtreecommitdiffstats
path: root/src/debug/event.h
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-05-10 01:18:21 +0000
committermental <mental@users.sourceforge.net>2007-05-10 01:18:21 +0000
commitc495eb1937bc8602c115c8ef79fbef751f1d92ac (patch)
tree3fabbb3d45d4cfcd057192ba5891f10d26c90108 /src/debug/event.h
parentadd document serial numbers (diff)
downloadinkscape-c495eb1937bc8602c115c8ef79fbef751f1d92ac.tar.gz
inkscape-c495eb1937bc8602c115c8ef79fbef751f1d92ac.zip
add configuration event type
(bzr r2990)
Diffstat (limited to 'src/debug/event.h')
-rw-r--r--src/debug/event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/event.h b/src/debug/event.h
index 2d91ea9f5..9a6954707 100644
--- a/src/debug/event.h
+++ b/src/debug/event.h
@@ -32,6 +32,7 @@ public:
EXTENSION,
FINALIZERS,
INTERACTION,
+ CONFIGURATION,
OTHER
};
enum { N_CATEGORIES=OTHER+1 };