From ed3c03687da2942f5160b9c85522bc551003bad4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 15 Aug 2014 21:32:36 +0200 Subject: [PATCH] (Xenon) xenon360_gfx.c - cleanup --- gfx/xenon360_gfx.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gfx/xenon360_gfx.c b/gfx/xenon360_gfx.c index d34b928260..9e0c2ab84e 100644 --- a/gfx/xenon360_gfx.c +++ b/gfx/xenon360_gfx.c @@ -263,14 +263,14 @@ static void xenon360_gfx_set_rotation(void *data, unsigned rotation) (void)rotation; } - const video_driver_t video_xenon360 = { - .init = xenon360_gfx_init, - .frame = xenon360_gfx_frame, - .alive = xenon360_gfx_alive, - .set_nonblock_state = xenon360_gfx_set_nonblock_state, - .focus = xenon360_gfx_focus, - .free = xenon360_gfx_free, - .ident = "xenon360" + xenon360_gfx_init, + xenon360_gfx_frame, + xenon360_gfx_set_nonblock_state, + xenon360_gfx_alive, + xenon360_gfx_focus, + NULL, + xenon360_gfx_free, + "xenon360" };