~azzar1/unity/scale-left-padding

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/LensView.h

  • Committer: Andrea Azzarone
  • Date: 2011-12-19 22:18:53 UTC
  • mfrom: (1792 unity)
  • mto: This revision was merged to the branch mainline in revision 1833.
  • Revision ID: azzaronea@gmail.com-20111219221853-wyy8fqwxk78s85ct
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
  virtual void DrawContent(nux::GraphicsEngine& gfx_context, bool force_draw);
88
88
 
89
89
  virtual bool AcceptKeyNavFocus();
90
 
  virtual const gchar* GetName();
 
90
  virtual std::string GetName() const;
91
91
  virtual void AddProperties(GVariantBuilder* builder);
92
92
 
93
93
private: