summaryrefslogtreecommitdiff
path: root/otk_c/screeninfo.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-21 19:54:15 +0000
committerDana Jansens <danakj@orodu.net>2002-12-21 19:54:15 +0000
commit065c6efa774ac144665f340f6c3578ab74e05c7b (patch)
tree80e8d61f5d14db5cf7f66fbe58cfcc126e052751 /otk_c/screeninfo.h
parent4c9bf6c9a1f2fb3531cec2917576f3d2364b4bf3 (diff)
otktimer works. imagecontrol is underway!
Diffstat (limited to 'otk_c/screeninfo.h')
-rw-r--r--otk_c/screeninfo.h1
1 files changed, 1 insertions, 0 deletions
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;