diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-21 12:27:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-21 12:27:05 +0000 |
| commit | cca7a6762d273815947bd5c7cc58ab6713693e8e (patch) | |
| tree | 20cc9a6d29ddd54c0dea9bb71b6a8c25a95f6f01 /otk_c/color.h | |
| parent | 925048fedfa855c5315e4951147d47b717637614 (diff) | |
shit to init the module
Diffstat (limited to 'otk_c/color.h')
| -rw-r--r-- | otk_c/color.h | 4 |
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 |
