Michael Tipton 73ecc56bd7 Fix scrolling in window decoration with hidden cursor.
If the mouse cursor is hidden (by unclutter, for example), then scrolling
in the window decoration creates an event with a child
(i.e. event->child != XCB_NONE). This causes route_click() to be called
with dest=CLICK_INSIDE, which prevents scrolling through a stacked layout.

To fix this, check if a click is in the window decoration _before_
checking if the event has a child.
2015-03-03 00:24:54 -08:00
2015-02-28 15:04:28 +01:00
2015-02-21 16:36:24 -05:00
2015-03-01 17:16:03 +01:00
2015-03-01 17:16:03 +01:00
2015-03-01 17:16:03 +01:00
2015-03-01 17:19:42 +01:00
2015-02-12 14:45:34 -05:00
2015-02-28 14:51:33 +01:00
2015-01-31 22:56:08 +01:00
2014-06-19 11:20:32 +02:00
2014-06-21 19:10:37 +02:00
2015-02-21 17:34:26 -05:00
2011-08-28 17:44:42 +02:00
2014-05-04 23:07:53 +02:00
2011-08-28 17:44:42 +02:00
2015-02-28 14:51:33 +01:00
Description
No description provided
9.1 MiB
Languages
C 62%
Perl 28%
Raku 6.4%
Ruby 1.1%
Makefile 1%
Other 1.4%