~3v1n0/unity/overlay-border-scale

« back to all changes in this revision

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

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
{
50
50
void draw_menu_bg(cairo_t* cr, int width, int height);
51
51
GdkPixbuf* make_pixbuf(int image_type, std::string const& image_data, bool dash_showing);
 
52
const int PANEL_HEIGHT = 24;
 
53
const int SPACING = 3;
52
54
}
53
55
 
54
56