Add fbHasVisualTypes and fbSetVisualTypesAndMasks to wfbrename.h and include -DXFree86Server.
This commit is contained in:
parent
377a581ddf
commit
e6ae1612be
|
@ -97,6 +97,7 @@
|
||||||
#define fbGlyph32 wfbGlyph32
|
#define fbGlyph32 wfbGlyph32
|
||||||
#define fbGlyph8 wfbGlyph8
|
#define fbGlyph8 wfbGlyph8
|
||||||
#define fbGlyphIn wfbGlyphIn
|
#define fbGlyphIn wfbGlyphIn
|
||||||
|
#define fbHasVisualTypes wfbHasVisualTypes
|
||||||
#define fbImageGlyphBlt wfbImageGlyphBlt
|
#define fbImageGlyphBlt wfbImageGlyphBlt
|
||||||
#define fbIn wfbIn
|
#define fbIn wfbIn
|
||||||
#define fbInitializeColormap wfbInitializeColormap
|
#define fbInitializeColormap wfbInitializeColormap
|
||||||
|
@ -165,6 +166,7 @@
|
||||||
#define fbSetSpans wfbSetSpans
|
#define fbSetSpans wfbSetSpans
|
||||||
#define fbSetupScreen wfbSetupScreen
|
#define fbSetupScreen wfbSetupScreen
|
||||||
#define fbSetVisualTypes wfbSetVisualTypes
|
#define fbSetVisualTypes wfbSetVisualTypes
|
||||||
|
#define fbSetVisualTypesAndMasks wfbSetVisualTypesAndMasks
|
||||||
#define _fbSetWindowPixmap _wfbSetWindowPixmap
|
#define _fbSetWindowPixmap _wfbSetWindowPixmap
|
||||||
#define fbSolid wfbSolid
|
#define fbSolid wfbSolid
|
||||||
#define fbSolid24 wfbSolid24
|
#define fbSolid24 wfbSolid24
|
||||||
|
|
|
@ -70,7 +70,7 @@ libfb_la_CFLAGS = -DXFree86Server $(AM_CFLAGS)
|
||||||
libwfb_la_LDFLAGS = -avoid-version
|
libwfb_la_LDFLAGS = -avoid-version
|
||||||
libwfb_la_LIBADD = $(top_builddir)/fb/libwfb.la
|
libwfb_la_LIBADD = $(top_builddir)/fb/libwfb.la
|
||||||
libwfb_la_SOURCES = $(top_builddir)/fb/fbcmap.c fbmodule.c
|
libwfb_la_SOURCES = $(top_builddir)/fb/fbcmap.c fbmodule.c
|
||||||
libwfb_la_CFLAGS = $(AM_CFLAGS) -DFB_ACCESS_WRAPPER
|
libwfb_la_CFLAGS = -DXFree86Server $(AM_CFLAGS) -DFB_ACCESS_WRAPPER
|
||||||
|
|
||||||
libglx_la_LDFLAGS = -avoid-version
|
libglx_la_LDFLAGS = -avoid-version
|
||||||
if AIGLX
|
if AIGLX
|
||||||
|
|
Loading…
Reference in New Issue