summaryrefslogtreecommitdiff
path: root/hw/kdrive/vesa/vga.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2001-09-05 07:12:43 +0000
committerKeith Packard <keithp@keithp.com>2001-09-05 07:12:43 +0000
commit216090d1aedb23c691a75da25b14d8543b932e1c (patch)
tree3e7f781b63a47a83208880560d8af24db402671e /hw/kdrive/vesa/vga.h
parentf856b952ec7251d6e95f0b93d62fb026d07b0ebc (diff)
kdrive: Add primitive ct65550 server. Update kdrive/vesa code to support
DPMS using VESA bios routines. Include support for Toshiba SMM DPMS as well
Diffstat (limited to 'hw/kdrive/vesa/vga.h')
-rw-r--r--hw/kdrive/vesa/vga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/vesa/vga.h b/hw/kdrive/vesa/vga.h
index 0637c2177..873c1ee95 100644
--- a/hw/kdrive/vesa/vga.h
+++ b/hw/kdrive/vesa/vga.h
@@ -1,5 +1,5 @@
/*
- * $XFree86$
+ * $XFree86: xc/programs/Xserver/hw/kdrive/vesa/vga.h,v 1.1 2000/10/20 00:19:51 keithp Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
@@ -53,7 +53,7 @@ void *
VgaSetWindow (Vm86InfoPtr vi, int vmode, int bytes, int mode, int *size);
void *
-VgaMapFramebuffer (Vm86InfoPtr vi, int vmode, int *size);
+VgaMapFramebuffer (Vm86InfoPtr vi, int vmode, int *size, CARD32 *phys);
void
VgaUnmapFramebuffer (Vm86InfoPtr vi);