diff options
Diffstat (limited to 'drmtools-egl.c')
-rw-r--r-- | drmtools-egl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drmtools-egl.c b/drmtools-egl.c index 10cc715..3441c57 100644 --- a/drmtools-egl.c +++ b/drmtools-egl.c @@ -150,7 +150,7 @@ void drm_egl_flush_display(void) &drm_conn->modes[0]); if (rc < 0) { fprintf(stderr, "egl: drmModeSetCrtc() failed\n"); - return; + exit(1); } if (fbid) { |