~amaranth/+junk/nux-pkg

« back to all changes in this revision

Viewing changes to Nux/VLayout.cpp

  • Committer: Didier Roche
  • Date: 2011-07-04 15:30:29 UTC
  • mfrom: (159.101.37 nux)
  • mto: This revision was merged to the branch mainline in revision 251.
  • Revision ID: didier.roche@canonical.com-20110704153029-4es95dij4bif1gwd
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
      {
382
382
        bool largerHeight = false;
383
383
        bool smallerHeight = false;
384
 
        bool largerWidth = false;
385
384
        bool smallerWidth = false;
386
385
        t_s32 ret = 0;
387
386
 
394
393
 
395
394
          largerHeight = (ret & eLargerHeight) ? true : false;
396
395
          smallerHeight = (ret & eSmallerHeight) ? true : false;
397
 
          largerWidth = (ret & eLargerWidth) ? true : false;
398
396
          smallerWidth = (ret & eSmallerWidth) ? true : false;
399
397
 
400
398
          if ( (largerHeight || smallerHeight) && ( (*it)->IsLayoutDone() == false) )