'\" t .\" Title: fb_copy_cmap .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Frame Buffer Library .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "FB_COPY_CMAP" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Frame Buffer Library" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" fb_copy_cmap \- copy a colormap .SH "SYNOPSIS" .HP \w'int\ fb_copy_cmap('u .BI "int fb_copy_cmap(const\ struct\ fb_cmap\ *\ " "from" ", struct\ fb_cmap\ *\ " "to" ");" .SH "ARGUMENTS" .PP \fIfrom\fR .RS 4 frame buffer colormap structure .RE .PP \fIto\fR .RS 4 frame buffer colormap structure .RE .SH "DESCRIPTION" .PP Copy contents of colormap from \fIfrom\fR to \fIto\fR\&. .SH "COPYRIGHT" .br