From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz5V4-00081f-O2 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:18:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz5Uy-00079T-Jo for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:17:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz5Uy-00079J-CM for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:17:48 -0500 Message-ID: <5489B583.4060603@redhat.com> Date: Thu, 11 Dec 2014 16:17:23 +0100 From: Max Reitz MIME-Version: 1.0 References: <1418294973-21790-1-git-send-email-kraxel@redhat.com> <1418294973-21790-10-git-send-email-kraxel@redhat.com> In-Reply-To: <1418294973-21790-10-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 09/10] sdl2: factor out sdl2_poll_events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Anthony Liguori On 2014-12-11 at 11:49, Gerd Hoffmann wrote: > Create a new function to poll and handle sdl2 events, > which is then just called from the refresh timer. > > Signed-off-by: Gerd Hoffmann > --- > include/ui/sdl2.h | 1 + > ui/sdl2.c | 23 +++++++++++++---------- > 2 files changed, 14 insertions(+), 10 deletions(-) Reviewed-by: Max Reitz