~azzar1/unity/damage-screen-when-animating

« back to all changes in this revision

Viewing changes to panel/PanelView.h

  • Committer: Gord Allott
  • Date: 2012-09-13 09:15:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2692.
  • Revision ID: gord.allott@canonical.com-20120913091515-9cxyx9612inspi1f
lots of stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
  nux::HLayout* _layout;
109
109
 
110
110
  nux::ObjectPtr <nux::BaseTexture> _bg_refine_tex;
 
111
  nux::ObjectPtr <nux::BaseTexture> _bg_refine_no_refine_tex;
 
112
  
111
113
  std::unique_ptr<nux::AbstractPaintLayer> _bg_refine_layer;
112
114
  nux::ObjectPtr <nux::BaseTexture> _bg_refine_single_column_tex;
113
115
  std::unique_ptr<nux::AbstractPaintLayer> _bg_refine_single_column_layer;
123
125
  int         _monitor;
124
126
  int         _stored_dash_width;
125
127
  int         _launcher_width;
 
128
  bool        _refine_is_open;
126
129
 
127
130
  std::string _active_overlay;
128
131