s/unsigned long/drm_handle_t/ to get compilation of fb driver to work
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 19 Sep 2005 17:17:58 +0000 (17:17 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 19 Sep 2005 17:17:58 +0000 (17:17 +0000)
src/glx/mini/driver.h

index 2740264..6e63e7b 100644 (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;