~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/gradient-drag.cpp

  • Committer: cilix42
  • Date: 2008-09-18 17:48:42 UTC
  • Revision ID: cilix42@users.sourceforge.net-20080918174842-1ad33a7d7gqhv2hq
Next roud of NR ==> Geom conversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
1447
1447
\brief Select all stops/draggers that fall within the rect
1448
1448
*/
1449
1449
void
1450
 
GrDrag::selectRect(NR::Rect const &r)
 
1450
GrDrag::selectRect(Geom::Rect const &r)
1451
1451
{
1452
1452
    for (GList *l = this->draggers; l != NULL; l = l->next) {
1453
1453
        GrDragger *d = ((GrDragger *) l->data);