use card_type not isPCI

This commit is contained in:
Dave Airlie 2005-12-29 00:30:53 +00:00
parent 49b9355020
commit edf570da67

View file

@ -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 */