summaryrefslogtreecommitdiff
path: root/otk_c/screeninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'otk_c/screeninfo.h')
-rw-r--r--otk_c/screeninfo.h2
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;