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/screeninfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk_c/screeninfo.h') diff --git a/otk_c/screeninfo.h b/otk_c/screeninfo.h index 5114a37c..3a330f57 100644 --- a/otk_c/screeninfo.h +++ b/otk_c/screeninfo.h @@ -5,6 +5,8 @@ #include #include +extern PyTypeObject OtkScreenInfo_Type; + typedef struct OtkScreenInfo { int screen; Window root_window; -- cgit v1.2.3