Show "pipette"-shaped pointer when selecting colors
This commit is contained in:
parent
20c0db88c3
commit
a927f7287b
6 changed files with 39 additions and 8 deletions
10
src/cursor.h
10
src/cursor.h
|
|
@ -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$
|
||||
*/
|
||||
|
||||
|
|
@ -65,9 +65,13 @@
|
|||
#include "arrow.xbm"
|
||||
#include "arrow-mask.xbm"
|
||||
|
||||
#include "pipette.xbm"
|
||||
#include "pipette-mask.xbm"
|
||||
|
||||
extern 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;
|
||||
|
||||
extern int no_fancy_cursors, hide_cursor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue