summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-01-15 09:19:56 +0000
committerKeith Packard <keithp@keithp.com>2004-01-15 09:19:56 +0000
commit6870c081572fcf32997e7906a54d09da0ca58ac3 (patch)
treef9077be1df1b33c926a6983b590a4f2c0f43f8e8
parent3867e03cb63e49aeb1742a8a4bdaed0b7a23749e (diff)
Oops, lost a diff needed for the non-screen format pixmap code
-rw-r--r--hw/kdrive/mach64/mach64.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/hw/kdrive/mach64/mach64.h b/hw/kdrive/mach64/mach64.h
index 68e762b3b..ca042c282 100644
--- a/hw/kdrive/mach64/mach64.h
+++ b/hw/kdrive/mach64/mach64.h
@@ -559,11 +559,14 @@ typedef struct _mach64PortPriv {
Bool mach64InitVideo(ScreenPtr pScreen);
void mach64FiniVideo(ScreenPtr pScreen);
+/*
+ * These values are per-format, which is essentially per-depth/per-bpp.
+ * Because bpp is fixed for the screen by depth, they're computed
+ * per-screen per-depth.
+ */
+
typedef struct _mach64ScreenInfo {
VesaScreenPrivRec vesa;
- CARD32 DP_PIX_WIDTH;
- CARD32 DP_SET_GUI_ENGINE;
- Bool bpp24;
Mach64Cursor cursor;
CARD32 colorKey;
KdVideoAdaptorPtr pAdaptor;