~unity-team/nux/nux.remove-deprecated

« back to all changes in this revision

Viewing changes to Nux/LayeredLayout.cpp

  • Committer: Eleni Maria Stea
  • Date: 2012-10-15 11:35:23 UTC
  • Revision ID: elene.mst@gmail.com-20121015113523-mv0ume9jgz4dl1bs
removed deprecated enumerations

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    m_input_mode(INPUT_MODE_ACTIVE),
59
59
    m_child_draw_queued(false)
60
60
  {
61
 
    m_ContentStacking = eStackLeft;
 
61
    m_ContentStacking = MAJOR_POSITION_START;
62
62
    child_queue_draw.connect(sigc::mem_fun(this, &LayeredLayout::ChildQueueDraw));
63
63
  }
64
64