Skip to content
  • Alexander Larsson's avatar
    Automatically flush window when doing non-double-buffered expose · 7ab7ffa5
    Alexander Larsson authored
    Applications using non-double-buffered drawing using cairo (e.g. Abiword)
    can draw directly to the window using cairo and thus manage to avoid
    the automatic flushing of outstanding moves. This can cause redraw
    inconsistencies like bug 593507.
    
    We fix this by always flushing when exposing non-double-buffered widgets.
    7ab7ffa5