~3v1n0/unity/dash-glow

« back to all changes in this revision

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

  • Committer: Marco Trevisan (Treviño)
  • Date: 2012-01-03 01:57:13 UTC
  • Revision ID: mail@3v1n0.net-20120103015713-b1sx1ny3lq13iq0i
PanelIndicatorEntryView: add missing header changes, and rename the DrawMenuBackground function

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
  void SetActiveState(bool active, int button);
100
100
  void ShowMenu(int button);
101
101
 
 
102
  glib::Object<GdkPixbuf> MakePixbuf();
 
103
  void DrawEntryBackground(cairo_t*, unsigned int w, unsigned int h);
102
104
  void DrawEntryContent(cairo_t*, unsigned int w, unsigned int h, glib::Object<GdkPixbuf> const&, glib::Object<PangoLayout> const&);
103
105
 
104
106
  sigc::connection on_indicator_activate_changed_connection_;