.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "RIVAFB_LOAD_CURSOR_IMAGE" "" "06 October 2005" "" "" .SH NAME rivafb_load_cursor_image \- load cursor image to hardware .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void rivafb_load_cursor_image (struct riva_par * \fIpar\fB, u8 * \fIdata\fB, u8 * \fImask\fB, u16 \fIbg\fB, u16 \fIfg\fB, u32 \fIw\fB, u32 \fIh\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpar\fB\fR pointer to private data .TP \fB\fIdata\fB\fR address to monochrome bitmap (1 = foreground color, 0 = background) .TP \fB\fImask\fB\fR -- undescribed -- .TP \fB\fIbg\fB\fR background color (ARGB1555) - alpha bit determines opacity .TP \fB\fIfg\fB\fR foreground color (ARGB1555) .TP \fB\fIw\fB\fR width of cursor image in pixels .TP \fB\fIh\fB\fR height of cursor image in scanlines .SH "DESCRIPTION" .PP Loads cursor image based on a monochrome source and mask bitmap. The image bits determines the color of the pixel, 0 for background, 1 for foreground. Only the affected region (as determined by \fIw\fR and \fIh\fR parameters) will be updated. .SH "CALLED FROM" .PP \fBrivafb_cursor\fR