From 91a30d5622174febaa2107b010effcf2fb5b9a2e Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 8 Jan 2010 13:17:02 +0000 Subject: Git update 8 jan 2010 --- xorg-server/hw/kdrive/ephyr/ephyr.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xorg-server/hw/kdrive/ephyr/ephyr.h') diff --git a/xorg-server/hw/kdrive/ephyr/ephyr.h b/xorg-server/hw/kdrive/ephyr/ephyr.h index f5ea144b3..41a82bf9d 100644 --- a/xorg-server/hw/kdrive/ephyr/ephyr.h +++ b/xorg-server/hw/kdrive/ephyr/ephyr.h @@ -116,10 +116,10 @@ void ephyrCardFini (KdCardInfo *card); void -ephyrGetColors (ScreenPtr pScreen, int fb, int n, xColorItem *pdefs); +ephyrGetColors (ScreenPtr pScreen, int n, xColorItem *pdefs); void -ephyrPutColors (ScreenPtr pScreen, int fb, int n, xColorItem *pdefs); +ephyrPutColors (ScreenPtr pScreen, int n, xColorItem *pdefs); Bool ephyrMapFramebuffer (KdScreenInfo *screen); @@ -180,6 +180,8 @@ extern Bool ephyrCursorInit(ScreenPtr pScreen); extern void ephyrCursorEnable(ScreenPtr pScreen); +extern int ephyrBufferHeight(KdScreenInfo *screen); + /* ephyr_draw.c */ Bool -- cgit v1.2.3