hostsupport/hostegl/src/EGLDisplay.cpp
branchbug235_bringup_0
changeset 56 40cc73c24bf8
parent 53 c2ef9095503a
child 67 ca7e6949bf7a
equal deleted inserted replaced
55:09263774e342 56:40cc73c24bf8
   165     return ret;
   165     return ret;
   166     }
   166     }
   167 
   167 
   168 EGLINativeDisplayType CEGLDisplay::NativeType() const
   168 EGLINativeDisplayType CEGLDisplay::NativeType() const
   169     {
   169     {
   170 #if defined(EGLI_USE_PLATSIM_EXTENSIONS)
   170 #if defined(EGLI_USE_SIMULATOR_EXTENSIONS)
   171     return m_nativeType; 
   171     return m_nativeType; 
   172 #else
   172 #else
   173     return m_nativeType; 
   173     return m_nativeType; 
   174 #endif
   174 #endif
   175     }
   175     }