~ubuntu-branches/ubuntu/utopic/htop/utopic

« back to all changes in this revision

Viewing changes to ColorsPanel.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:
27
27
} ColorsPanel;
28
28
 
29
29
 
 
30
extern PanelClass ColorsPanel_class;
 
31
 
30
32
ColorsPanel* ColorsPanel_new(Settings* settings, ScreenManager* scr);
31
33
 
32
34
#endif