diff options
Diffstat (limited to 'otk_c/screeninfo.h')
| -rw-r--r-- | otk_c/screeninfo.h | 1 |
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; |
