~ubuntu-branches/ubuntu/wily/htop/wily

« back to all changes in this revision

Viewing changes to AvailableMetersPanel.h

  • Committer: Package Import Robot
  • Author(s): Eugene V. Lyubimkin
  • Date: 2014-05-01 13:16:56 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20140501131656-wqx6e4zhbajnmdi6
Tags: 1.0.3-1
* New upstream release.
* debian/watch:
  - Updated to use new download location (http://hisham.hm/htop/releases).
* debian/patches:
  - 600-openvz-veid-on-kernels-gt-2.6.18.patch: refreshed.
  - 610-io-priority-only-on-linux.patch: ported to new upstream version.
  - 700-ltrace-support.patch: ported to new upstream version.
* debian/control:
  - Bumped Standards-Version to 3.9.5, no changes needed.
  - Updated Homepage to 'http://hisham.hm/htop/'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
} AvailableMetersPanel;
24
24
 
25
25
 
 
26
extern PanelClass AvailableMetersPanel_class;
 
27
 
26
28
AvailableMetersPanel* AvailableMetersPanel_new(Settings* settings, Panel* leftMeters, Panel* rightMeters, ScreenManager* scr);
27
29
 
28
30
#endif