mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-21 15:38:13 +02:00
LeaveVT/EnterVT cycles will free/realloc shadow frame buffers. Because of this, the presense/absence of that data is insufficient to know whether the screen function wrappers are necessary. Instead, the 'transform_in_use' flag should be used. This patch also adds 'xf86RotateFreeShadow' for drivers to use at LeaveVT time to free the rotation data; it will be reallocated on EnterVT. |
||
|---|---|---|
| .. | ||
| dixsym.c | ||
| dlloader.c | ||
| dlloader.h | ||
| extsym.c | ||
| fontsym.c | ||
| loader.c | ||
| loader.h | ||
| loaderProcs.h | ||
| loadext.c | ||
| loadfont.c | ||
| loadmod.c | ||
| Makefile.am | ||
| misym.c | ||
| os.c | ||
| SparcMulDiv.S | ||
| sym.h | ||
| xf86sym.c | ||