~unity-team/nux/nux.BaseWindow-to-Frame

« back to all changes in this revision

Viewing changes to Nux/TextEntry.cpp

  • Committer: Eleni Maria Stea
  • Date: 2012-10-09 11:50:25 UTC
  • Revision ID: elene.mst@gmail.com-20121009115025-h4ftp6ljh2aropae
Replaced BaseWindow with Frame class everywhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
529
529
    if (caret_cursor_ == None)
530
530
    {
531
531
      Display* display = nux::GetGraphicsDisplay()->GetX11Display();
532
 
      nux::BaseWindow* window = static_cast<nux::BaseWindow*>(GetTopLevelViewWindow());
 
532
      nux::Frame* window = static_cast<nux::Frame*>(GetTopLevelViewWindow());
533
533
 
534
534
      if (display && window)
535
535
      {
546
546
    if (caret_cursor_ != None)
547
547
    {
548
548
      Display* display = nux::GetGraphicsDisplay()->GetX11Display();
549
 
      nux::BaseWindow* window = static_cast<nux::BaseWindow*>(GetTopLevelViewWindow());
 
549
      nux::Frame* window = static_cast<nux::Frame*>(GetTopLevelViewWindow());
550
550
 
551
551
      if (display && window)
552
552
      {