Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: bf085d1067db4bf9978b0794742db8072a8a1a4d1e90a3ff31e18ed4d22737d1
Ticket: 1821174fffffffffffffffffffffffffffffffff
RenderBadPicture (invalid Picture parameter)
User & Date: chw 2018-01-17 22:40:11
Changes

  1. icomment:
    > The patch is not necessary. Under normal circumstances Tk does the right thing
    > inside Tk_CreateErrorHandler() ... Tk_DeleteErrorHandler() blocks, there is
    > no need to call XSync(), and in fact doing so is likely to hurt performance.
    
    This is my argument, what "normal circumstances" are. Normal in my understanding
    is to be sure (in the ensured sense) that there's a round trip with the X server,
    i.e. stuff including X errors flow back to the client *before* Tk_DeleteErrorHandler().
    
  2. login: "chw"
  3. mimetype: "text/plain"