'\" t .\" Title: fb_mode_is_equal .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Frame Buffer Library .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "FB_MODE_IS_EQUAL" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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_mode_is_equal \- compare 2 videomodes .SH "SYNOPSIS" .HP \w'int\ fb_mode_is_equal('u .BI "int fb_mode_is_equal(const\ struct\ fb_videomode\ *\ " "mode1" ", const\ struct\ fb_videomode\ *\ " "mode2" ");" .SH "ARGUMENTS" .PP \fImode1\fR .RS 4 first videomode .RE .PP \fImode2\fR .RS 4 second videomode .RE .SH "RETURN" .PP 1 if equal, 0 if not .SH "COPYRIGHT" .br