summaryrefslogtreecommitdiff
path: root/src/glamo.h
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-12-29 17:15:20 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-12-29 17:15:20 +0000
commitbfa7a2503067f28a7811a12548ba3975efeafe45 (patch)
tree6b5c5c5da78017ed3fc0a1218cdc46437a90094c /src/glamo.h
parente056e66cfc9de3493e1f3194a06c76f67a8aad0d (diff)
glamo* : backup commit
Diffstat (limited to 'src/glamo.h')
-rw-r--r--src/glamo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glamo.h b/src/glamo.h
index 67d4cd4..7748fd6 100644
--- a/src/glamo.h
+++ b/src/glamo.h
@@ -33,6 +33,7 @@
#include "config.h"
#endif
+#include "xf86.h"
#include "exa.h"
#define GLAMO_REG_BASE(c) ((c)->attr.address[0])
@@ -119,6 +120,7 @@ typedef struct {
#define GlamoPTR(p) ((GlamoPtr)((p)->driverPrivate))
+#if 0
typedef struct _GLAMOScreenInfo {
GLAMOCardInfo *glamoc;
@@ -146,6 +148,8 @@ typedef struct _GLAMOScreenInfo {
int cmd_queue_cache_start;
} GLAMOScreenInfo;
+#endif
+
typedef union { float f; CARD32 i; } fi_type;
/* Surely there's a better way to go about this */