~ubuntu-branches/ubuntu/oneiric/nux/oneiric-proposed

« back to all changes in this revision

Viewing changes to Nux/VSplitter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-04 18:34:48 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20110704183448-wzm2936r4xyob3d9
Tags: 1.0.4-0ubuntu1
* New upstream release.
* debian/rules:
  - bump shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
550
550
 
551
551
  void VSplitter::OnSplitterMouseDrag (t_s32 x, t_s32 y, t_s32 dx, t_s32 dy, unsigned long button_flags, unsigned long key_flags, t_s32 header_pos)
552
552
  {
553
 
    bool recompute = false;
554
553
    Geometry geo = m_SplitterObject[header_pos]->GetGeometry();
555
554
    t_s32 num_element = (t_s32) m_SplitterObject.size();
556
555
 
560
559
      return;
561
560
    }
562
561
 
563
 
    recompute = true;
564
562
    mvt_dx = x - m_point.x;
565
563
    mvt_dy = 0;
566
564