diff options
Diffstat (limited to 'src/lib/ecore_drm2')
-rw-r--r-- | src/lib/ecore_drm2/ecore_drm2_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_drm2/ecore_drm2_fb.c b/src/lib/ecore_drm2/ecore_drm2_fb.c index 243feca289..4e26fd765a 100644 --- a/src/lib/ecore_drm2/ecore_drm2_fb.c +++ b/src/lib/ecore_drm2/ecore_drm2_fb.c | |||
@@ -472,7 +472,7 @@ _fb_flip(Ecore_Drm2_Output *output) | |||
472 | { | 472 | { |
473 | ret = | 473 | ret = |
474 | sym_drmModeSetCrtc(fb->fd, output->crtc_id, fb->id, | 474 | sym_drmModeSetCrtc(fb->fd, output->crtc_id, fb->id, |
475 | output->x, output->y, &output->conn_id, 1, | 475 | 0, 0, &output->conn_id, 1, |
476 | &output->current_mode->info); | 476 | &output->current_mode->info); |
477 | if (ret) | 477 | if (ret) |
478 | { | 478 | { |