mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
present: Add flip mode API hooks for several functions
Add 'queue_vblank', 'flush' and 're_execute' hooks, that are supposed to be shared with other flip modes. Signed-off-by: Roman Gilg <subdiff@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -930,6 +930,9 @@ present_scmd_init_mode_hooks(present_screen_priv_ptr screen_priv)
|
||||
screen_priv->check_flip_window = &present_check_flip_window;
|
||||
|
||||
screen_priv->create_event_id = &present_scmd_create_event_id;
|
||||
screen_priv->queue_vblank = &present_queue_vblank;
|
||||
screen_priv->flush = &present_flush;
|
||||
screen_priv->re_execute = &present_re_execute;
|
||||
}
|
||||
|
||||
Bool
|
||||
|
||||
Reference in New Issue
Block a user