~linaro-graphics-wg/nux/nux-gles2

« back to all changes in this revision

Viewing changes to Nux/WindowThread.cpp

  • Committer: Jay Taoko
  • Date: 2011-10-17 21:23:50 UTC
  • Revision ID: jay.taoko@canonical.com-20111017212350-020iwa25r3phkl8j
* Replaced TCHAR with char in Nux

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
 
382
382
  NUX_IMPLEMENT_OBJECT_TYPE(WindowThread);
383
383
 
384
 
  WindowThread::WindowThread(const TCHAR *WindowTitle, unsigned int width, unsigned int height, AbstractThread *Parent, bool Modal)
 
384
  WindowThread::WindowThread(const char *WindowTitle, unsigned int width, unsigned int height, AbstractThread *Parent, bool Modal)
385
385
    :   AbstractThread(Parent)
386
386
    ,   m_StartupWidth(width)
387
387
    ,   m_StartupHeight(height)