summaryrefslogtreecommitdiff
path: root/otk/renderstyle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/renderstyle.cc')
-rw-r--r--otk/renderstyle.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/otk/renderstyle.cc b/otk/renderstyle.cc
new file mode 100644
index 00000000..18c5324f
--- /dev/null
+++ b/otk/renderstyle.cc
@@ -0,0 +1,11 @@
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
+
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif // HAVE_CONFIG_H
+
+#include "renderstyle.hh"
+
+namespace otk {
+
+}