~ubuntu-branches/ubuntu/raring/htop/raring-proposed

« back to all changes in this revision

Viewing changes to ListItem.h

  • Committer: Package Import Robot
  • Author(s): Eugene V. Lyubimkin
  • Date: 2012-12-01 11:55:43 UTC
  • mfrom: (1.3.1) (10.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20121201115543-pcbvh65g9c5d0aq0
Tags: 1.0.2-1
* New upstream release.
  - Ability to update process names on refreshes. (Closes: #475254)
  - More precise value of CPU%. (Closes: #668410)
  - Columns line up properly even when for more-than-5-digits process ids.
    (Closes: #687280)
* debian/control:
  - Bumped Standards-Version to 3.9.4, no changes needed.
* debian/patches:
  - Deleted 200-dont-delete-htoprc-if-symlink.patch, applied upstream.
  - 700-ltrace-support.patch: ported to new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#define HEADER_ListItem
5
5
/*
6
6
htop - ListItem.h
7
 
(C) 2004-2010 Hisham H. Muhammad
 
7
(C) 2004-2011 Hisham H. Muhammad
8
8
Released under the GNU GPL, see the COPYING file
9
9
in the source distribution for its full text.
10
10
*/
11
11
 
12
 
#include "String.h"
13
12
#include "Object.h"
14
 
#include "RichString.h"
15
 
#include <string.h>
16
 
 
17
 
#include "debug.h"
18
 
 
19
13
 
20
14
typedef struct ListItem_ {
21
15
   Object super;