[cairo] [PATCH] WGL boilerplate and GL boilerplate seperation

Benjamin Otte otte at redhat.com
Thu Jun 17 02:33:48 PDT 2010


+static void
+_cairo_boilerplate_wgl_synchronize (void *closure)
+{
+    wgl_target_closure_t *wgltc = closure;
+
+    if (cairo_device_acquire (wgltc->device))
+        return;
+
+    //glFinish ();
+
+    cairo_device_release (wgltc->device);
+}
+

(asking here so I don't forget to poke on IRC):
Why did you comment out the glFinish() call?

Benjamin



More information about the cairo mailing list