mutter/clutter/x11
Neil Roberts e7519a149b clutter-stage-x11: Don't ensure the viewport when the window moves
When we receive a ConfigureNotify event that doesn't affect the size
of the window (only the position) then we were still calling
clutter_stage_ensure_viewport which ends up queueing a full stage
redraw. This patch makes it so that it only ensures the viewport when
the size changes as it already did for avoiding queueing a relayout.

It now also avoids setting the clipped redraws cool off period when
the window only moves under the assumption that it's only necessary
for size changes.
2011-01-28 16:49:53 +00:00
..
xsettings
clutter-backend-x11-private.h
clutter-backend-x11.c x11: Remove more private symbols 2011-01-25 11:00:20 +00:00
clutter-backend-x11.h
clutter-device-manager-core-x11.c x11: Remove more private symbols 2011-01-25 11:00:20 +00:00
clutter-device-manager-core-x11.h x11: Remove more private symbols 2011-01-25 11:00:20 +00:00
clutter-device-manager-xi2.c Include stdint.h when using uint32_t 2011-01-26 10:32:42 +00:00
clutter-device-manager-xi2.h
clutter-event-x11.c
clutter-input-device-core-x11.c
clutter-input-device-core-x11.h
clutter-input-device-xi2.c
clutter-input-device-xi2.h
clutter-keymap-x11.c
clutter-keymap-x11.h
clutter-settings-x11.h
clutter-stage-x11.c clutter-stage-x11: Don't ensure the viewport when the window moves 2011-01-28 16:49:53 +00:00
clutter-stage-x11.h
clutter-x11-texture-pixmap.c
clutter-x11-texture-pixmap.h
clutter-x11.h