Re: [dev] fceux in fullscreen

From: Manolo Martínez <manolo_AT_austrohungaro.com>
Date: Tue, 3 Jul 2012 15:32:45 -0400

On 07/03/12 at 06:36pm, Bjartur Thorlacius wrote:
> On Tue, Jul 3, 2012 at 5:56 PM, Manolo Martínez
> <manolo_AT_austrohungaro.com> wrote:
> > None of that works: dwm keys are, as I say, unresponsive in fceux
> > fullscreen. When trying sleep + xprop, xprop complains that it can't
> > "grab the mouse".
> >
> Can you verify that the rectangle is in fact not a new top-level
> window but an in-window artifact of SDL by logging window mapping
> requests in your X11 server.
>
> Something like the following Pseudo-C snippet, or preferably a gdb
> trace, should do the job.
> | case MapRequest:
> [..]
> | fprintf(stderr, "XID:\t%i", Req->Window);
> | break;
>

Is the attached patch what you meant? (Sorry, my C is very basic).

If it is, when I open new windows they do leave a XID at my
/tmp/errores.txt file but, interestingly, fceux does not. Not even the
tiny floating window, let alone the fullscreen version.

It's entirely possible that I have misinterpreted your instructions, though.
Let me know if that's the case.

Cheers,
Manolo

Received on Tue Jul 03 2012 - 21:32:45 CEST

This archive was generated by hypermail 2.3.0 : Tue Jul 03 2012 - 21:36:05 CEST