qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] git bisect results


From: Jan Kiszka
Subject: Re: [Qemu-devel] git bisect results
Date: Mon, 30 Jan 2012 12:52:17 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

On 2012-01-30 12:34, Erik Rull wrote:
> Hi Jan,
> 
> I'm sorry, but this does not solve my issue. I applied the patch and 
> crosschecked that the resulting file looks fine.
> 
> The final function looks like:
> 
> static void sdl_grab_start(void)
> {
> /*
> * If the application is not active, do not try to enter grab state. This
> * prevents 'SDL_WM_GrabInput(SDL_GRAB_ON)' from blocking all the
> * application (SDL bug).
> */
> if (!(SDL_GetAppState() & SDL_APPINPUTFOCUS)) {
> return;
> }
> if (guest_cursor) {
> SDL_SetCursor(guest_sprite);
> if (!kbd_mouse_is_absolute() && !absolute_enabled)
> SDL_WarpMouse(guest_x, guest_y);
> } else
> sdl_hide_cursor();
> SDL_WM_GrabInput(SDL_GRAB_ON);
> gui_grab = 1;
> sdl_update_caption();
> }

That makes no sense as gui_grab must be 1 now. Please retry your
previous instrumentation.

Thanks,
Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux



reply via email to

[Prev in Thread] Current Thread [Next in Thread]