1
0
Files
irix-657m-src/stand/arcs/include/cursor.h
2022-09-29 17:59:04 +03:00

15 lines
218 B
C

/* Stats for prom gfxgui mouse cursor.
*/
#ifndef __CURSOR_H__
#define __CURSOR_H__
#ident "$Revision: 1.3 $"
#define tp_ptr_width 16
#define tp_ptr_height 16
#define tp_ptr_x_hot 3
#define tp_ptr_y_hot 1
#endif