Merge branch 'master' into XACE-SELINUX

Conflicts:

	include/miscstruct.h
This commit is contained in:
Eamon Walsh
2007-05-22 14:50:26 -04:00
committed by Eamon Walsh
103 changed files with 2815 additions and 7862 deletions

View File

@@ -50,12 +50,11 @@ SOFTWARE.
#include "misc.h"
#include <X11/Xprotostr.h>
#include <pixman/pixman.h>
typedef xPoint DDXPointRec;
typedef struct _Box {
short x1, y1, x2, y2;
} BoxRec;
typedef struct pixman_box16 BoxRec;
typedef union _DevUnion {
pointer ptr;