commit | d12925603417c99bbeab693734b208a8dfbff26b | [log] [tgz] |
---|---|---|
author | Romain Naour <romain.naour@gmail.com> | Thu Dec 30 14:56:21 2021 +0100 |
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | Thu Dec 30 15:07:11 2021 +0100 |
tree | 69621dbc8dd2a83c6592907b208518dffc1aebd5 | |
parent | 012da8b9fab377a8f0eda3e8da3d8f12bea2a0cc [diff] |
package/x11r7/xdriver_xf86-video-ati: Guard local variable priv only used with glamor Fixes: radeon_present.c: In function ‘radeon_present_check_flip’: radeon_present.c:281:21: error: invalid use of undefined type ‘struct radeon_pixmap’ 281 | if (priv && priv->fb_failed) | ^~ Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>