Ignore:
Timestamp:
06/19/14 20:22:54 (11 years ago)
Author:
epyon
Message:
  • gui::element completely independent of object
  • gui::element is pure data
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/gui_style.cc

    r204 r268  
    6767{
    6868        const char* centry = entry.c_str();
    69         const char* cid    = e->get_id().c_str();
    70         const char* cclass = e->get_class().c_str();
     69        const char* cid    = e->m_id.c_str();
     70        const char* cclass = e->m_class.c_str();
    7171        lua_getglobal( m_lua, "default" );
    7272        int global = lua_gettop( m_lua );
Note: See TracChangeset for help on using the changeset viewer.