Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
[mesa.git] / src / mesa / drivers / dri / ffb / ffb_bitmap.h
1 /* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_bitmap.h,v 1.1 2002/02/22 21:32:58 dawes Exp $ */
2
3 #ifndef _FFB_BITMAP_H
4 #define _FFB_BITMAP_H
5
6 extern void ffbDDInitBitmapFuncs(GLcontext *);
7
8 #endif /* !(_FFB_BITMAP_H) */