diff options
Diffstat (limited to 'vmwgfx')
-rw-r--r-- | vmwgfx/vmwgfx_xwayland.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmwgfx/vmwgfx_xwayland.c b/vmwgfx/vmwgfx_xwayland.c index a16a7c4..5e25666 100644 --- a/vmwgfx/vmwgfx_xwayland.c +++ b/vmwgfx/vmwgfx_xwayland.c @@ -62,7 +62,7 @@ vmwgfx_create_window_buffer(struct xwl_window *xwl_window, * surface. */ vpix->hw_is_hosted = TRUE; - if (xa_surface_handle(vpix->hw, &name, &pitch) != XA_ERR_NONE) + if (_xa_surface_handle(vpix->hw, &name, &pitch) != XA_ERR_NONE) return BadDrawable; return xwl_create_window_buffer_drm(xwl_window, pixmap, name); |