summaryrefslogtreecommitdiffstats
path: root/src/debug/log-display-config.h
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-05-10 01:18:46 +0000
committermental <mental@users.sourceforge.net>2007-05-10 01:18:46 +0000
commitfe85f7d284783c24c3fe3566721dda30e508aad9 (patch)
tree20dc789dc5b906d67c21921a458373d72e02aa1f /src/debug/log-display-config.h
parentreally fix formatting this time (diff)
downloadinkscape-fe85f7d284783c24c3fe3566721dda30e508aad9.tar.gz
inkscape-fe85f7d284783c24c3fe3566721dda30e508aad9.zip
add logging of basic display properties
(bzr r2994)
Diffstat (limited to 'src/debug/log-display-config.h')
-rw-r--r--src/debug/log-display-config.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/debug/log-display-config.h b/src/debug/log-display-config.h
new file mode 100644
index 000000000..ae64b0836
--- /dev/null
+++ b/src/debug/log-display-config.h
@@ -0,0 +1,37 @@
+/*
+ * Inkscape::Debug::log_display_config - log display configuration
+ *
+ * Authors:
+ * MenTaLguY <mental@rydia.net>
+ *
+ * Copyright (C) 2007 MenTaLguY
+ *
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
+#ifndef SEEN_INKSCAPE_DEBUG_LOG_DISPLAY_CONFIG_H
+#define SEEN_INKSCAPE_DEBUG_LOG_DISPLAY_CONFIG_H
+
+#include "util/share.h"
+
+namespace Inkscape {
+
+namespace Debug {
+
+void log_display_config();
+
+}
+
+}
+
+#endif
+/*
+ Local Variables:
+ mode:c++
+ c-file-style:"stroustrup"
+ c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+ indent-tabs-mode:nil
+ fill-column:99
+ End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :