uterm: video_drm: set .blit to NULL
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 23 Jun 2012 23:06:16 +0000 (01:06 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 23 Jun 2012 23:06:16 +0000 (01:06 +0200)
We do not support blitting via drm (yet) so set it to NULL explicitely.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/uterm_video_drm.c

index e4d8b3e..eec4c26 100644 (file)
@@ -787,6 +787,7 @@ const struct display_ops drm_display_ops = {
        .set_dpms = display_set_dpms,
        .use = display_use,
        .swap = display_swap,
+       .blit = NULL,
 };
 
 const struct video_ops drm_video_ops = {