Skip to content
  • Benjamin Otte's avatar
    API: Make gdk_cairo_create() take a GdkWindow · 97e6e9d2
    Benjamin Otte authored
    This is not strictly an API change as GdkDrawable is typedeffed to
    GdkWindow, but it changes the header, so I'm marking it as such.
    gdk_cairo_create() can only be used with windows these days, so it makes
    sense to pass a window. With that, we can alseo remove the
    set_cairo_clip() vfunc from GdkDrawable and implement it inside
    gdkwindow.c.
    97e6e9d2