From: Brian Paul Date: Mon, 19 Sep 2005 17:17:58 +0000 (+0000) Subject: s/unsigned long/drm_handle_t/ to get compilation of fb driver to work X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a01cb26a90aaa8f631c94d741617715dff89168c;p=mesa.git s/unsigned long/drm_handle_t/ to get compilation of fb driver to work --- diff --git a/src/glx/mini/driver.h b/src/glx/mini/driver.h index 27402641b73..6e63e7bc4af 100644 --- a/src/glx/mini/driver.h +++ b/src/glx/mini/driver.h @@ -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;