diff options
Diffstat (limited to 'src/gallium/auxiliary/renderonly/renderonly.h')
-rw-r--r-- | src/gallium/auxiliary/renderonly/renderonly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/renderonly/renderonly.h b/src/gallium/auxiliary/renderonly/renderonly.h index 6a89c29e2ef..a8d6a686ed4 100644 --- a/src/gallium/auxiliary/renderonly/renderonly.h +++ b/src/gallium/auxiliary/renderonly/renderonly.h @@ -85,7 +85,7 @@ renderonly_get_handle(struct renderonly_scanout *scanout, if (!scanout) return FALSE; - assert(handle->type == DRM_API_HANDLE_TYPE_KMS); + assert(handle->type == WINSYS_HANDLE_TYPE_KMS); handle->handle = scanout->handle; handle->stride = scanout->stride; |