enable perfect-mouse in default gimprc.
Wed Mar 22 15:43:02 GMT 2000 Adam D. Moss <adam@gimp.org> * gimprc.in: enable perfect-mouse in default gimprc.
This commit is contained in:

committed by
Adam D. Moss

parent
919958e6b8
commit
3eaf373df5
@ -1,3 +1,7 @@
|
|||||||
|
Wed Mar 22 15:43:02 GMT 2000 Adam D. Moss <adam@gimp.org>
|
||||||
|
|
||||||
|
* gimprc.in: enable perfect-mouse in default gimprc.
|
||||||
|
|
||||||
2000-03-21 Michael Natterer <mitch@gimp.org>
|
2000-03-21 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/flip_tool.c: yesterday's "cleanups" made the file
|
* app/flip_tool.c: yesterday's "cleanups" made the file
|
||||||
|
@ -292,6 +292,16 @@
|
|||||||
# Just uncomment the following line if you trust the dirty flag.
|
# Just uncomment the following line if you trust the dirty flag.
|
||||||
# (trust-dirty-flag)
|
# (trust-dirty-flag)
|
||||||
|
|
||||||
|
# Perfect mouse tracking
|
||||||
|
# GIMP attempts to keep up with the motion of the pointer when
|
||||||
|
# painting, but when a painting operation is particularly CPU
|
||||||
|
# intensive the GIMP will miss the subtlety of your painting
|
||||||
|
# motion and render overly-angular strokes. Enabling 'perfect
|
||||||
|
# mouse tracking' allows GIMP to track your painting motion
|
||||||
|
# more evenly, at the expense of lagging behind your brush at
|
||||||
|
# times of CPU stress.
|
||||||
|
(perfect-mouse yes)
|
||||||
|
|
||||||
# Help browser
|
# Help browser
|
||||||
# Determines which program to use as browser for the GIMP help pages.
|
# Determines which program to use as browser for the GIMP help pages.
|
||||||
# Possible values are "gimp" which means the built-in help browser
|
# Possible values are "gimp" which means the built-in help browser
|
||||||
|
10
gimprc.in
10
gimprc.in
@ -292,6 +292,16 @@
|
|||||||
# Just uncomment the following line if you trust the dirty flag.
|
# Just uncomment the following line if you trust the dirty flag.
|
||||||
# (trust-dirty-flag)
|
# (trust-dirty-flag)
|
||||||
|
|
||||||
|
# Perfect mouse tracking
|
||||||
|
# GIMP attempts to keep up with the motion of the pointer when
|
||||||
|
# painting, but when a painting operation is particularly CPU
|
||||||
|
# intensive the GIMP will miss the subtlety of your painting
|
||||||
|
# motion and render overly-angular strokes. Enabling 'perfect
|
||||||
|
# mouse tracking' allows GIMP to track your painting motion
|
||||||
|
# more evenly, at the expense of lagging behind your brush at
|
||||||
|
# times of CPU stress.
|
||||||
|
(perfect-mouse yes)
|
||||||
|
|
||||||
# Help browser
|
# Help browser
|
||||||
# Determines which program to use as browser for the GIMP help pages.
|
# Determines which program to use as browser for the GIMP help pages.
|
||||||
# Possible values are "gimp" which means the built-in help browser
|
# Possible values are "gimp" which means the built-in help browser
|
||||||
|
Reference in New Issue
Block a user