RADEONInfoPtr info = RADEONPTR(pScrn); is needed even without DRI.
Created attachment 1743 [details] [review] see above
Committed: 2005-01-24 Egbert Eich <eich-at-freedesktop-dot-org> * programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c: (RADEONCopyData), (RADEONCopyRGB24Data), (RADEONCopyMungedData): Don't exclude 'RADEONInfoPtr info = ...' declaration even when not building with DRI support (Bugzilla #2370)
Strictly speaking, the declaration of info should be guarded by #if defined(XF86DRI) || X_BYTE_ORDER == X_BIG_ENDIAN ?
*** Bug 2364 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.