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

« back to all changes in this revision

Viewing changes to MetersPanel.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:
2
2
 
3
3
#ifndef HEADER_MetersPanel
4
4
#define HEADER_MetersPanel
5
 
 
 
5
/*
 
6
htop - MetersPanel.h
 
7
(C) 2004-2011 Hisham H. Muhammad
 
8
Released under the GNU GPL, see the COPYING file
 
9
in the source distribution for its full text.
 
10
*/
6
11
 
7
12
#include "Panel.h"
8
13
#include "Settings.h"
9
14
#include "ScreenManager.h"
10
15
 
11
 
#include "debug.h"
12
 
#include <assert.h>
13
 
 
14
 
 
15
16
typedef struct MetersPanel_ {
16
17
   Panel super;
17
18