summaryrefslogtreecommitdiff
path: root/otk_c/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'otk_c/display.h')
-rw-r--r--otk_c/display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/otk_c/display.h b/otk_c/display.h
index a36cd853..f13c52fb 100644
--- a/otk_c/display.h
+++ b/otk_c/display.h
@@ -10,6 +10,8 @@ struct OtkDisplay;
extern struct OtkDisplay *OBDisplay; // the global display XXX: move this to app.h and ob.h?
+extern PyTypeObject OtkDisplay_Type;
+
typedef struct OtkDisplay {
PyObject_HEAD