From cca7a6762d273815947bd5c7cc58ab6713693e8e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Dec 2002 12:27:05 +0000 Subject: shit to init the module --- otk_c/display.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk_c/display.h') 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 -- cgit v1.2.3