diff options
author | Keith Packard <keithp@keithp.com> | 2004-05-20 02:42:20 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-05-20 02:42:20 +0000 |
commit | 94648799c82e59166155ca5abf22a9391693e6a1 (patch) | |
tree | 78881555935204ee16bccb4e589f07fd8255b393 /hw/kdrive/src/kdrive.h | |
parent | cade317d31dddab61199d5e90bcff36fb12f3cd1 (diff) |
Pin header-only pixmaps in memory.
Off-screen reallocation could have used a stale pointer.
Separate framebuffer mapping computation from actual frame buffer mapping.
Now map the frame buffer from vesaEnable so that VT switch shares the
same mapping code. This makes sure any shadow framebuffer is allocated
again.
Diffstat (limited to 'hw/kdrive/src/kdrive.h')
-rw-r--r-- | hw/kdrive/src/kdrive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h index 8dc6606ef..c0fae276e 100644 --- a/hw/kdrive/src/kdrive.h +++ b/hw/kdrive/src/kdrive.h @@ -882,7 +882,7 @@ KdOffscreenAlloc (ScreenPtr pScreen, int size, int align, KdOffscreenSaveProc save, pointer privData); -void +KdOffscreenArea * KdOffscreenFree (ScreenPtr pScreen, KdOffscreenArea *area); void |