Commit 47db7af4d3001387a3c7adc60f6c3166c149ab5d

Avatar

Repository git://git.clutter-project.org/clutter master
by Robert Bragg on 2009-11-25 20:37 (4 months ago)

picking: avoid redundant picking geometry for the stage.
The stage's pick id can be written to the framebuffer when we call
cogl_clear so there's no need for the stage to also chain up in it's pick
function resulting in clutter-actor.c also emitting a rectangle for the
stage.

Language Totals

  Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
  C 6 4 3 4 1 0

Files Changed

[2 total ]
File Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
clutter/clutter-main.c
  C 3 3 0 0 0 0
clutter/clutter-stage.c
  C 3 1 3 4 1 0