mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
r600g: fix warning in the winsys
This commit is contained in:
parent
f2804e7062
commit
527ac905f6
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ boolean r600_buffer_get_handle(struct radeon *rw,
|
|||
struct winsys_handle *whandle)
|
||||
{
|
||||
struct drm_gem_flink flink;
|
||||
struct r600_resource* rbuffer = (struct r600_buffer*)buf;
|
||||
struct r600_resource* rbuffer = (struct r600_resource*)buf;
|
||||
|
||||
if (whandle->type == DRM_API_HANDLE_TYPE_SHARED) {
|
||||
if (!rbuffer->flink) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue