mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
xf86bigfont: add comment on including fontstruct.h
Document that this particular include is just a workaround for a bug in libxfont2.h, which forgot to include this header. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
07b917d6a5
commit
755444e11b
@@ -55,7 +55,7 @@
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include <X11/extensions/xf86bigfproto.h>
|
||||
#include <X11/fonts/fontstruct.h>
|
||||
#include <X11/fonts/fontstruct.h> // libxfont2.h missed to include that
|
||||
#include <X11/fonts/libxfont2.h>
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
Reference in New Issue
Block a user