xserver-multidpi/hw/xfree86/rac/xf86RAC.h

23 lines
465 B
C
Raw Normal View History

2004-04-23 21:54:30 +02:00
/* $XFree86: xc/programs/Xserver/hw/xfree86/rac/xf86RAC.h,v 1.2 1999/05/15 12:10:33 dawes Exp $ */
2003-11-14 17:48:57 +01:00
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
2003-11-14 17:48:57 +01:00
#ifndef __XF86RAC_H
#define __XF86RAC_H 1
#include "screenint.h"
#include <X11/misc.h>
2003-11-14 17:48:57 +01:00
#include "xf86.h"
Bool xf86RACInit(ScreenPtr pScreen, unsigned int flag);
/* flags */
#define RAC_FB 0x01
#define RAC_CURSOR 0x02
#define RAC_COLORMAP 0x04
#define RAC_VIEWPORT 0x08
#endif /* __XF86RAC_H */