~hikiko/nux/arb-srgba-shader

« back to all changes in this revision

Viewing changes to Nux/Matrix3Preview.cpp

  • Committer: Travis Watkins
  • Date: 2011-08-03 10:34:36 UTC
  • mfrom: (409 nux-logger-fix)
  • mto: (454.5.1 nux-gles)
  • mto: This revision was merged to the branch mainline in revision 501.
  • Revision ID: travis.watkins@linaro.org-20110803103436-biz9c9930l2refsi
merge with lp:nux

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
    SetMinMaxSize (30, 30);
39
39
 
40
 
    OnMouseClick.connect (sigc::mem_fun (this, &Matrix3Preview::RecvClick) );
 
40
    mouse_click.connect (sigc::mem_fun (this, &Matrix3Preview::RecvClick) );
41
41
 
42
42
    m_ChangeDetectionTimer = new TimerFunctor();
43
43
    m_ChangeDetectionTimer->OnTimerExpired.connect (sigc::mem_fun (this, &Matrix3Preview::RecvTimer) );