present: Pass capabilities to present_vblank_create by value

Preparation for moving WNMD code to hw/xwayland. No functional change
intended.

Acked-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
Michel Dänzer
2021-04-19 18:19:30 +02:00
committed by Michel Dänzer
parent 86e645bcfa
commit 44f705a5b6
4 changed files with 6 additions and 6 deletions

View File

@@ -736,7 +736,7 @@ present_scmd_pixmap(WindowPtr window,
wait_fence,
idle_fence,
options,
screen_priv->info ? &screen_priv->info->capabilities : NULL,
screen_priv->info ? screen_priv->info->capabilities : 0,
notifies,
num_notifies,
target_msc,