mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-23 17:19:39 +00:00
drop obsolete compat macros
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -31,15 +31,6 @@
|
||||
#include "sis.h"
|
||||
#include "servermd.h"
|
||||
|
||||
void SISPointerMoved(ScrnInfoPtr arg, int x, int y);
|
||||
void SISPointerMovedReflect(ScrnInfoPtr arg, int x, int y);
|
||||
void SISRefreshArea(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
|
||||
void SISRefreshAreaReflect(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
|
||||
void SISRefreshArea8(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
|
||||
void SISRefreshArea16(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
|
||||
void SISRefreshArea24(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
|
||||
void SISRefreshArea32(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
|
||||
|
||||
void
|
||||
SISPointerMoved(ScrnInfoPtr pScrn, int x, int y)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user