Skip to content
  • Alexander Larsson's avatar
    gdkwindow: Remove implicit paints · fe098281
    Alexander Larsson authored
    We now only do one expose event per native window, so there will
    only be one begin/end_paint() call. This means all the work with
    implicit paints to combine the paints on a single double buffer
    surface is unnecessary, so we can just delete it.
    fe098281