diff options
Diffstat (limited to 'src/r600_state.h')
-rw-r--r-- | src/r600_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r600_state.h b/src/r600_state.h index 6621420b..c903ded7 100644 --- a/src/r600_state.h +++ b/src/r600_state.h @@ -245,7 +245,7 @@ set_render_target(ScrnInfoPtr pScrn, drmBufPtr ib, cb_config_t *cb_conf); void cp_set_surface_sync(ScrnInfoPtr pScrn, drmBufPtr ib, uint32_t sync_type, uint32_t size, uint64_t mc_addr); void -cp_wait_vline_sync(ScrnInfoPtr pScrn, drmBufPtr ib, PixmapPtr pPix, int crtc, int start, int stop, Bool enable); +cp_wait_vline_sync(ScrnInfoPtr pScrn, drmBufPtr ib, PixmapPtr pPix, int crtc, int start, int stop); void fs_setup(ScrnInfoPtr pScrn, drmBufPtr ib, shader_config_t *fs_conf); void |