]> Dogcows Code - chaz/openbox/blobdiff - otk_c/screeninfo.c
a color cache to be proud of!
[chaz/openbox] / otk_c / screeninfo.c
index fb0de49822035b9be5ff323f5b02218084c301b4..3d253d1b81cbfcd22716b96ce415fa68ddcef3c6 100644 (file)
@@ -85,7 +85,7 @@ PyObject *OtkScreenInfo_New(int num)
   if (dstr2) {
     PyObject *str;
     
-    PyString_Resize(self->display_string, dstr2 - dstr);
+    _PyString_Resize(&self->display_string, dstr2 - dstr);
     str = PyString_FromFormat(".%d", self->screen);
     PyString_Concat(&self->display_string, str);
   }
This page took 0.019383 seconds and 4 git commands to generate.