summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition_shadow.h
blob: ec744639f795402987ee997c375f36e1b8358ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * file rendition_shadow.h
 *
 * headfile for rendition_shadow.c
 */
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition_shadow.h,v 1.1 2000/03/01 00:25:25 dawes Exp $ */

#ifndef __RENDITION_SHADOW_H__
#define __RENDITION_SHADOW_H__

void renditionRefreshArea(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
void renditionRefreshArea8(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
void renditionRefreshArea16(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
void renditionRefreshArea24(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
void renditionRefreshArea32(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
void renditionPointerMoved(int index, int x, int y);


#endif 

/*
 * end of file rendition_shadow.h
 */