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

« back to all changes in this revision

Viewing changes to dock-rendering/src/rendering-rainbow.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:
62
62
        
63
63
        pDock->iMinDockWidth = pDock->fFlatDockWidth;
64
64
        pDock->iMinDockHeight = pDock->iMaxIconHeight;
 
65
        
 
66
        pDock->iActiveWidth = pDock->iMaxDockWidth;
 
67
        pDock->iActiveHeight = pDock->iMaxDockHeight;
65
68
}
66
69
 
67
70