"Paint" magic tool can now be one-click or -with-preview, to support
mouse accessibility mode (which introduced issues with tools like 'Flower' and 'Fold' (which show previews) and 'Ripples' (which doesn't involve any dragging)).
This commit is contained in:
parent
868cba5794
commit
0aed8a5a86
6 changed files with 44 additions and 14 deletions
4
Makefile
4
Makefile
|
|
@ -4,14 +4,14 @@
|
|||
# bill@newbreedsoftware.com
|
||||
# http://www.tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - January 11, 2011
|
||||
# June 14, 2002 - April 26, 2011
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
||||
VER_VERSION:=0.9.22
|
||||
VER_DATE:=$(shell date +"%Y-%m-%d")
|
||||
MAGIC_API_VERSION:=0x00000002
|
||||
MAGIC_API_VERSION:=0x00000003
|
||||
|
||||
# Need to know the OS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue