Package: cairo
Function cairo:surface-flush
Lambda Listcairo:surface-flush (surface) ArgumentsDetails    
    Do any pending drawing for the surface and also restore any temporary
    modifications Cairo has made to the state of the surface.  
  This function must be called before switching from drawing on the surface
  with Cairo to drawing on it directly with native APIs. If the surface does not
  support direct access, then this function does nothing.    | See also | 
2025-09-02