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

« back to all changes in this revision

Viewing changes to ColorsPanel.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_ColorsPanel
4
4
#define HEADER_ColorsPanel
5
 
 
6
 
#include "CRT.h"
7
 
 
8
 
#include "Panel.h"
9
 
#include "CheckItem.h"
10
 
#include "Settings.h"
11
 
#include "ScreenManager.h"
12
 
 
13
 
#include "debug.h"
14
 
#include <assert.h>
 
5
/*
 
6
htop - ColorsPanel.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
*/
15
11
 
16
12
// TO ADD A NEW SCHEME:
17
13
// * Increment the size of bool check in ColorsPanel.h
19
15
// * Add a define in CRT.h that matches the order of the array
20
16
// * Add the colors in CRT_setColors
21
17
 
 
18
#include "Panel.h"
 
19
#include "Settings.h"
 
20
#include "ScreenManager.h"
22
21
 
23
22
typedef struct ColorsPanel_ {
24
23
   Panel super;