mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
a3597f0de3c7b80da901250579cc1bd79b0a0db0
Previously, the VB_DEVICE_INFO was recreated each time certain functions were called. In order to have persistent storage across calls, VB_DEVICE_INFO contained pointers to writable global data. Since the VB_DEVICE_INFO structure is no longer recreated on each call, there is no reason to have this global data. All data is stored in the VB_DEVICE_INFO structure. It is copied from const globals when the structure is initialized.
Description
No description provided
Languages
C
99.5%
Makefile
0.3%
M4
0.2%