~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric-updates

« back to all changes in this revision

Viewing changes to desklet-rendering/src/rendering-desklet-slide.c

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "rendering-desklet-slide.h"
25
25
 
26
 
#define _cairo_dock_set_path_as_current(...) _cairo_dock_set_vertex_pointer(pVertexTab)
27
 
 
28
26
 
29
27
static gboolean on_enter_icon_slide (gpointer pUserData, Icon *pPointedIcon, CairoContainer *pContainer, gboolean *bStartAnimation)
30
28
{
348
346
                        fRadius,
349
347
                        fLineWidth,
350
348
                        pSlide->fLineColor);
351
 
                glTranslatef (-pDesklet->container.iWidth/2, -pDesklet->container.iHeight/2, 0.);
352
349
        }
353
350
        
354
351
        glTranslatef (-pDesklet->container.iWidth/2, -pDesklet->container.iHeight/2, 0.);