Code review comment for lp:~3v1n0/unity/massif-textures-sharing

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

494 glib::Object<GtkStyleContext> _style_context;
495 glib::Object<GSettings> _gsettings;
496 + BaseTexturePtr _bg_texture;
497 std::string _theme_name;
498 nux::Color _text_color;

Someday the naming of these variables will have to be fixed :)

« Back to merge proposal