summaryrefslogtreecommitdiff
path: root/otk_c/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'otk_c/color.h')
-rw-r--r--otk_c/color.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/otk_c/color.h b/otk_c/color.h
index 6e9f421b..143429a0 100644
--- a/otk_c/color.h
+++ b/otk_c/color.h
@@ -1,10 +1,12 @@
-// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
+// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*-
#ifndef __color_h
#define __color_h
#include <X11/Xlib.h>
#include <Python.h>
+extern PyTypeObject OtkColor_Type;
+
//! OtkColor objects are immutable. DONT CHANGE THEM.
typedef struct OtkColor {
PyObject_HEAD