Improved performance, we now do not go to the X server in order to get the list of...
authorAlejandro G. Castro <alex@igalia.com>
Tue, 20 May 2008 12:18:46 +0000 (12:18 +0000)
committerAlejandro G. Castro <alex@igalia.com>
Tue, 20 May 2008 12:18:46 +0000 (12:18 +0000)
commit7fac651ffa7f33f221e7cfdc7f500b90daed92b0
treed6495f80bb76725dcc200cd716df6e24c5d2ba55
parent754c985c41569d26458814b94b55410fd6327e71
Improved performance, we now do not go to the X server in order to get the list of window children. Apparently the effect is the same, we have to be careful and check if this breaks something in any corner case.

* src/hildon-pannable-area.c:
(get_ordered_children): Removed this function.
(hildon_pannable_area_get_topmost): Replaced the ad-hoc search of
the children windows function with gdk_window_get_children.
ChangeLog
src/hildon-pannable-area.c