From 065c6efa774ac144665f340f6c3578ab74e05c7b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Dec 2002 19:54:15 +0000 Subject: otktimer works. imagecontrol is underway! --- otk_c/screeninfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'otk_c/screeninfo.h') diff --git a/otk_c/screeninfo.h b/otk_c/screeninfo.h index 745d62ad..70ce7d3a 100644 --- a/otk_c/screeninfo.h +++ b/otk_c/screeninfo.h @@ -10,6 +10,7 @@ extern PyTypeObject OtkScreenInfo_Type; struct OtkRect; typedef struct OtkScreenInfo { + PyObject_HEAD int screen; Window root_window; -- cgit v1.2.3