~handsomepot/totem/trunk

« back to all changes in this revision

Viewing changes to src/backend/totem-aspect-frame.c

  • Committer: handsomepot at gmail
  • Date: 2014-08-10 13:56:18 UTC
  • Revision ID: handsomepot@gmail.com-20140810135618-2hud1sae370qg1f9
first

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
 
321
321
  clutter_actor_get_allocation_box (actor, &box);
322
322
 
323
 
  cogl_set_source_color4ub (color->red, color->green,
324
 
                            color->blue, color->alpha);
325
 
  cogl_rectangle (box.x1, box.y1, box.x2, box.y2);
 
323
  CLUTTER_ACTOR_CLASS (totem_aspect_frame_parent_class)->pick (actor, color);
326
324
 
327
325
  child = clutter_actor_get_child_at_index (actor, 0);
328
326