15 lines
218 B
C
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
|