]> Dogcows Code - chaz/openbox/blobdiff - otk_c/display.h
make rect a proper pyobject. use "typesafety"
[chaz/openbox] / otk_c / display.h
index f13c52fbfc57ec71b6c19b8eab2521f9a8b6d3a0..aa55e0b9b3e8678939e1a308d892df28132abff4 100644 (file)
@@ -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
This page took 0.024545 seconds and 4 git commands to generate.