* src/hildon-pannable-area.c, (hildon_pannable_area_get_topmost): replaced gdk_window...
authorAlejandro G. Castro <alex@igalia.com>
Fri, 4 Jul 2008 10:36:47 +0000 (10:36 +0000)
committerAlejandro G. Castro <alex@igalia.com>
Fri, 4 Jul 2008 10:36:47 +0000 (10:36 +0000)
commitcb803a124bf6e589baa649fa9bfe25a5fc970e18
tree252eddadc942e9a0394b6495dbd1d3298fbc0976
parent9cca4b4414d4147892fdc059d6e6cb539938fed9
* src/hildon-pannable-area.c, (hildon_pannable_area_get_topmost): replaced gdk_window_get_children with gdk_window_peek_children, this way we do not have to free the list because it is not a copy.

(hildon_pannable_axis_scroll),
(hildon_pannable_area_scroll),
(hildon_pannable_area_timeout),
(hildon_pannable_area_motion_notify_cb): Code refactoring, removed
two parameters that were only used inside the
hildon_pannable_area_scroll function.

* examples/hildon-pannable-area-example.c,
(get_sawtooth_label): Fixed small memory leak.
ChangeLog
examples/hildon-pannable-area-example.c
src/hildon-pannable-area.c