mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
use card_type not isPCI
This commit is contained in:
parent
49b9355020
commit
edf570da67
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ typedef struct dri_display
|
|||
int fbSize;
|
||||
int bpp;
|
||||
int cpp;
|
||||
int isPCI;
|
||||
int card_type;
|
||||
int SAREASize;
|
||||
drm_sarea_t *pSAREA;
|
||||
unsigned int serverContext; /**< \brief DRM context only active on server */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue