summaryrefslogtreecommitdiff
path: root/otk_c/display.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-21 12:39:49 +0000
committerDana Jansens <danakj@orodu.net>2002-12-21 12:39:49 +0000
commit0820c5100d7ea8daed00e7b1bf183edc9414728f (patch)
tree61111c19b7c4e98e3f7a96248cb1371c7d05a18c /otk_c/display.h
parent9e4d1bbabcabef13b740dd7201e35c3314abfbee (diff)
make rect a proper pyobject. use "typesafety"
Diffstat (limited to 'otk_c/display.h')
-rw-r--r--otk_c/display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk_c/display.h b/otk_c/display.h
index f13c52fb..aa55e0b9 100644
--- a/otk_c/display.h
+++ b/otk_c/display.h
@@ -35,7 +35,7 @@ typedef struct OtkDisplay {
int grab_count;
//! A list of information for all screens on the display
- PyObject *screenInfoList; // PyListObject
+ PyListObject *screenInfoList;
} OtkDisplay;
//! Opens the X display, and sets the global OBDisplay variable