dixfont.h: Include fontutil.h before GetGlyphs is #defined

This eliminates the duplicate declaration of dixGetGlyphs when
fontutil.h gets included after dixfont.h has defined GetGlyphs as
dixGetGlyphs.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Keith Packard 2015-08-17 18:35:20 -07:00
parent d471000436
commit 5daf1295cb
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ SOFTWARE.
#include "closure.h"
#include <X11/fonts/fontstruct.h>
#include <X11/fonts/fontproto.h>
#include <X11/fonts/fontutil.h>
#define NullDIXFontProp ((DIXFontPropPtr)0)