diff options
author | Keith Packard <keithp@keithp.com> | 2003-10-15 01:00:38 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-10-15 01:00:38 +0000 |
commit | b3e47ce18ff9c86833fc6302b1e074912edce404 (patch) | |
tree | bb2df3d7bec665dfeade2b15014606ac0b45ea3c /hw/kdrive/vesa/vbe.h | |
parent | 28bcd2efd134bfea3daa0738c9155b36cdf84168 (diff) |
various Split out pixmap allocation debug statements Fix bogus offscreen
pixmap size test Add migration to composite function for source
operands
VbeDPMS Remove extraneous call to VbeGetVib.
Diffstat (limited to 'hw/kdrive/vesa/vbe.h')
-rw-r--r-- | hw/kdrive/vesa/vbe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/vesa/vbe.h b/hw/kdrive/vesa/vbe.h index 8ec82dca7..8aa3276d8 100644 --- a/hw/kdrive/vesa/vbe.h +++ b/hw/kdrive/vesa/vbe.h @@ -152,7 +152,7 @@ void * VbeSetWindow(Vm86InfoPtr vi, VbeInfoPtr vbe, int offset, int purpose, int *size_return); Bool -VbeDPMS(Vm86InfoPtr vi, VbeInfoPtr vbe, int mode); +VbeDPMS(Vm86InfoPtr vi, int mode); int VbeDoInterrupt10(Vm86InfoPtr vi); |