mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix <pixman.h> include to <pixman/pixman.h>
This commit is contained in:
2
fb/fb.h
2
fb/fb.h
@@ -26,7 +26,7 @@
|
||||
#define _FB_H_
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <pixman.h>
|
||||
#include <pixman/pixman.h>
|
||||
|
||||
#include "scrnintstr.h"
|
||||
#include "pixmap.h"
|
||||
|
||||
@@ -51,7 +51,7 @@ SOFTWARE.
|
||||
#include "misc.h"
|
||||
#include <X11/Xprotostr.h>
|
||||
#include "gc.h"
|
||||
#include <pixman.h>
|
||||
#include <pixman/pixman.h>
|
||||
|
||||
typedef xPoint DDXPointRec;
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ Equipment Corporation.
|
||||
#include "gc.h"
|
||||
#include "mi.h"
|
||||
#include "mispans.h"
|
||||
#include <pixman.h>
|
||||
#include <pixman/pixman.h>
|
||||
|
||||
#undef assert
|
||||
#ifdef DEBUG
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#ifndef _PICTURE_H_
|
||||
#define _PICTURE_H_
|
||||
|
||||
#include <pixman.h>
|
||||
#include <pixman/pixman.h>
|
||||
|
||||
typedef struct _DirectFormat *DirectFormatPtr;
|
||||
typedef struct _PictFormat *PictFormatPtr;
|
||||
|
||||
Reference in New Issue
Block a user