~cairo-dock-team/cairo-dock-core/popup_from_shortkey

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-animations.c

  • Committer: Fabrice Rey
  • Date: 2013-06-04 22:58:28 UTC
  • Revision ID: fabounet03@gmail.com-20130604225828-x8lg3mv9135jr114
updated various parts of the core to the new API (new icons type, 'delete' method, simplified functions, etc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
406
406
                                return GLDI_NOTIFICATION_LET_PASS;
407
407
                        bContinue = pTransition->render_opengl (pIcon, pTransition->pUserData);
408
408
                        cairo_dock_end_draw_icon (pIcon, pContainer);
409
 
                        cairo_dock_redraw_icon (pIcon, pContainer);
 
409
                        cairo_dock_redraw_icon (pIcon);
410
410
                }
411
411
                else if (pTransition->render != NULL)
412
412
                {