mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
committed by
Michel Dänzer
parent
86e645bcfa
commit
44f705a5b6
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user