s/unsigned long/drm_handle_t/ to get compilation of fb driver to work

This commit is contained in:
Brian Paul 2005-09-19 17:17:58 +00:00
parent 26bb7bc025
commit a01cb26a90

View file

@ -87,9 +87,9 @@ typedef struct DRIDriverContextRec {
* the initial handshaking.
*/
struct {
unsigned long hSAREA;
drm_handle_t hSAREA;
int SAREASize;
unsigned long hFrameBuffer;
drm_handle_t hFrameBuffer;
int fbOrigin;
int fbSize;
int fbStride;