From e90fcd8294fe763c97610d39cab50f2836f87dca Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Fri, 13 Jun 2008 22:26:43 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20"warning:=20no=20previous=20prototype=20f?= =?UTF-8?q?or=20=E2=80=98miRROutputGetProperty=E2=80=99".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- randr/randrstr.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/randr/randrstr.h b/randr/randrstr.h index 62d4bbf46..bd7c7c59a 100644 --- a/randr/randrstr.h +++ b/randr/randrstr.h @@ -418,6 +418,11 @@ miRROutputSetProperty (ScreenPtr pScreen, Atom property, RRPropertyValuePtr value); +Bool +miRROutputGetProperty (ScreenPtr pScreen, + RROutputPtr output, + Atom property); + Bool miRROutputValidateMode (ScreenPtr pScreen, RROutputPtr output,