mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 12:18:01 +02:00
Change ic.h/pixregion.h headers inclusions to be pixman.h
This commit is contained in:
parent
b76a5ccf7f
commit
7ba9ad2973
2 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef ICINT_H_INCLUDED
|
||||
#define ICINT_H_INCLUDED
|
||||
|
||||
#include "ic.h"
|
||||
#include "pixman.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
@ -73,7 +73,7 @@ typedef unsigned int Mask;
|
|||
|
||||
|
||||
|
||||
#include "ic.h"
|
||||
#include "pixman.h"
|
||||
|
||||
/* XXX: Most of this file is straight from fb.h and I imagine we can
|
||||
drop quite a bit of it. Once the real ic code starts to come
|
||||
|
|
|
|||
|
|
@ -44,12 +44,12 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
|||
SOFTWARE.
|
||||
|
||||
******************************************************************/
|
||||
/* $Id: pixregionint.h,v 1.3 2003-07-30 17:06:34 rth Exp $ */
|
||||
/* $Id: pixregionint.h,v 1.4 2003-12-10 00:09:38 dajobe Exp $ */
|
||||
|
||||
#ifndef _PIXREGIONINT_H_
|
||||
#define _PIXREGIONINT_H_
|
||||
|
||||
#include "pixregion.h"
|
||||
#include "pixman.h"
|
||||
|
||||
typedef struct _PixRegionData {
|
||||
long size;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue