Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 0d91b66b36d0483e7c8744cadfa3599ec17370837accd35ed14576fe9b1a3acf
Ticket: 6e8afe516df85f6213f436ef7c2fab2ec2d11c76
Severe bugs in binding (tkBind.c)
User & Date: gcramer 2019-01-13 12:20:01
Changes

  1. icomment:
    I'm also unlucky with the change of the return type of function Tk_CreateBinding, because the X11 headers are not using type 'Mask', although it is defined. New version [6377cb0d76] is reverting this change, so Tk_CreateBinding is still returning 'unsigned long'. Inside the implementation now I'm using the locally defined types 'ModMask' and 'EventMask', this makes the code more clear.
    
    I have problems with adding new TIP, because
    
        fossil push http://[email protected]/tips
    
    is asking for the password, but is not accepting my password, always the message "Error: login failed".
    
  2. login: "gcramer"
  3. mimetype: "text/x-fossil-wiki"