thanks taking the time to look at this, and for the pointers!

On Sun, Sep 14, 2014 at 7:26 AM, Dominik Vogt <[email protected]> wrote:

> Could you place printfs in events.c in the My_XNextEvent() function
> and print out the event type?  That should identify the mass of
> events that are coming in, probably just the PropertyNotify from
> the stack trace, but maybe more.
>
> Then put printfs all over the responsible Handle<Event>()
> functions to print out the exact contents of the events and how
> fvwm reacts to them.  You can find descriptions of the various
> event types in the event union by searching for "X11 event
> structure" on the net.
>
>
yes, will do that and will look at dispatch_event() as you suggest in your
other email and post back.

In the man time, could you please verify that it's best that I play with
the cvs version of the code? (as opposed to say 2.6.5, or maybe the
github's repo here https://github.com/ThomasAdam/fvwm)?

thanks.

Reply via email to