Show "pipette"-shaped pointer when selecting colors
This commit is contained in:
parent
6735340566
commit
e0d7e0728b
6 changed files with 39 additions and 8 deletions
|
|
@ -4,7 +4,7 @@
|
|||
For Tux Paint
|
||||
Bitmapped mouse pointer (cursor)
|
||||
|
||||
Copyright (c) 2002-2007 by Bill Kendrick and others
|
||||
Copyright (c) 2002-2022 by Bill Kendrick and others
|
||||
bill@newbreedsoftware.com
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
June 14, 2002 - May 15, 2007
|
||||
June 14, 2002 - January 25, 2022
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
|
@ -34,7 +34,8 @@
|
|||
|
||||
SDL_Cursor *cursor_hand, *cursor_arrow, *cursor_watch,
|
||||
*cursor_up, *cursor_down, *cursor_tiny, *cursor_crosshair,
|
||||
*cursor_brush, *cursor_wand, *cursor_insertion, *cursor_rotate;
|
||||
*cursor_brush, *cursor_wand, *cursor_insertion, *cursor_rotate,
|
||||
*cursor_pipette;
|
||||
|
||||
#ifdef NOKIA_770
|
||||
int hide_cursor = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue