diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-21 12:27:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-21 12:27:05 +0000 |
| commit | cca7a6762d273815947bd5c7cc58ab6713693e8e (patch) | |
| tree | 20cc9a6d29ddd54c0dea9bb71b6a8c25a95f6f01 /otk_c/screeninfo.h | |
| parent | 925048fedfa855c5315e4951147d47b717637614 (diff) | |
shit to init the module
Diffstat (limited to 'otk_c/screeninfo.h')
| -rw-r--r-- | otk_c/screeninfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <X11/Xlib.h> #include <Python.h> +extern PyTypeObject OtkScreenInfo_Type; + typedef struct OtkScreenInfo { int screen; Window root_window; |
