Skip to content
  • Chun-wei Fan's avatar
    gdk/gdkglcontext.c: Avoid a GCCism · 7700243b
    Chun-wei Fan authored
    Pointer arithmetic on GLvoid* (a void*) is a GCCism, so cast it to an
    unsigned char*, which is the type cairo_image_surface_get_data() returns.
    7700243b