[cairo-commit] pycairo/cairo cairogtkmodule.c,1.29,1.30

Steve Chaplin commit at pdx.freedesktop.org
Fri Jul 22 03:16:01 PDT 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo/cairo
In directory gabe:/tmp/cvs-serv17176/cairo

Modified Files:
	cairogtkmodule.c 
Log Message:
'SC'

Index: cairogtkmodule.c
===================================================================
RCS file: /cvs/cairo/pycairo/cairo/cairogtkmodule.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- cairogtkmodule.c	21 Jul 2005 16:49:36 -0000	1.29
+++ cairogtkmodule.c	22 Jul 2005 10:15:59 -0000	1.30
@@ -90,7 +90,7 @@
 
 #ifndef HAVE_GTK28
 /* copied from gtk+/gdk/gdkcairo.c and gtk+/gdk/x11/gdkdrawable-x11.c
- * gdk_cairo_create() should be available in gtk 2.8
+ * gdk_cairo_create() will be available in gtk 2.8
  */
 static cairo_t *
 gdk_cairo_create (GdkDrawable *drawable)
@@ -129,7 +129,7 @@
 }
 #endif
 
-/* gdk.cairo_create() should be available in pygtk 2.8 */
+/* gdk.cairo_create() will be available in pygtk 2.8 */
 static PyObject *
 pygdk_cairo_create(PyObject *self, PyObject *args)
 {
@@ -161,7 +161,6 @@
 
     Pycairo_IMPORT;
 
-    /* strange way to access the pygtk C API, why not PyGTK_IMPORT ? */
     init_pygtk();
     mod = PyImport_ImportModule("gtk.gdk");
     if (!mod)




More information about the cairo-commit mailing list