/*
 *  Standard cursor shapes.
 *
 *  Platform: Neutral
 *
 *  Version: 3.43  2003/04/25  First release.
 *  Version: 3.57  2005/08/16  Added sizeLR and sizeTB cursors.
 */

/*
 *  Include this file if you need access to the cursor
 *  images, for example, in image buttons in a tool bar.
 *  Note, the images may be of varying sizes. Typically
 *  they are 16x16 or 18x18 pixels, so ensure your image
 *  buttons are at least 22x22 pixels for correct display.
 */

extern Image * app_arrow_image;
extern Point app_arrow_hotspot;

extern Image * app_blank_image;
extern Point app_blank_hotspot;

extern Image * app_caret_image;
extern Point app_caret_hotspot;

extern Image * app_cross_image;
extern Point app_cross_hotspot;

extern Image * app_dropper_image;
extern Point app_dropper_hotspot;

extern Image * app_grab_image;
extern Point app_grab_hotspot;

extern Image * app_hand_image;
extern Point app_hand_hotspot;

extern Image * app_lasso_image;
extern Point app_lasso_hotspot;

extern Image * app_magminus_image;
extern Point app_magminus_hotspot;

extern Image * app_magnify_image;
extern Point app_magnify_hotspot;

extern Image * app_magplus_image;
extern Point app_magplus_hotspot;

extern Image * app_pencil_image;
extern Point app_pencil_hotspot;

extern Image * app_pointing_image;
extern Point app_pointing_hotspot;

extern Image * app_wait_image;
extern Point app_wait_hotspot;

extern Image * app_sizeLR_image;
extern Point app_sizeLR_hotspot;

extern Image * app_sizeTB_image;
extern Point app_sizeTB_hotspot;

