~ubuntu-branches/ubuntu/trusty/htop/trusty-proposed

« back to all changes in this revision

Viewing changes to Header.h

  • Committer: Package Import Robot
  • Author(s): Eugene V. Lyubimkin
  • Date: 2012-02-19 10:24:46 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20120219102446-3uor37shuh5qch7n
Tags: 1.0.1-1
* New upstream release.
  - Don't crash when trying to kill already finished process.
    (Closes: #652563, 657675)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
in the source distribution for its full text.
10
10
*/
11
11
 
 
12
#include "ProcessList.h"
12
13
#include "Meter.h"
13
14
 
14
 
#include "debug.h"
15
 
#include <assert.h>
16
 
#include <time.h>
17
 
 
18
 
 
19
15
typedef enum HeaderSide_ {
20
16
   LEFT_HEADER,
21
17
   RIGHT_HEADER