On Mon, Nov 2, 2009 at 3:04 PM, Thomas Adam <[email protected]> wrote:
> It will be coming from FVWM itself; don't forget that's the XClient
> which will receive that.
Forgive me my ignorance, but I'm not sure I understood your answer. With
Pick FakeClick depth 0 press 1 release 1
FVWM will execute two XSendEvent() calls, one for press one for
release. Each of the
calls will produce a single event for the icon and both of events will
show up at icon's end
with send_event == True, right? What confuses me is that xev will
shows 3 events, e.g:
ButtonPress event, serial 14, synthetic YES, window 0x34002ab,
root 0x13c, subw 0x0, time 43265799, (11,17), root:(11,17),
state 0x100, button 1, same_screen YES
ButtonRelease event, serial 14, synthetic YES, window 0x34002ab,
root 0x13c, subw 0x0, time 43265799, (11,17), root:(11,17),
state 0x100, button 1, same_screen YES
ButtonRelease event, serial 14, synthetic NO, window 0x34002ab,
root 0x13c, subw 0x0, time 43265887, (11,17), root:(11,17),
state 0x100, button 1, same_screen YES
And when I send events from stalonetray, I only observe first two events.
--
:wbr