~ubuntu-branches/ubuntu/jaunty/htop/jaunty

« back to all changes in this revision

Viewing changes to AffinityPanel.h

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz Fenski
  • Date: 2008-04-26 13:57:14 UTC
  • mfrom: (1.1.10 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080426135714-teunz1rh1mda44w1
Tags: 0.7-1
* New upstrem version. (Closes: #452634)
* Move URL to homepage header.
* Bumped Standards-Version (no changes needed).
* Fixed watch file. (Closes: #449631)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Do not edit this file. It was automatically generated. */
 
2
 
 
3
#ifndef HEADER_AffinityPanel
 
4
#define HEADER_AffinityPanel
 
5
 
 
6
 
 
7
#include "Panel.h"
 
8
#include "CheckItem.h"
 
9
 
 
10
#include "debug.h"
 
11
#include <assert.h>
 
12
 
 
13
Panel* AffinityPanel_new(int processorCount, unsigned long mask);
 
14
 
 
15
unsigned long AffinityPanel_getAffinity(Panel* this);
 
16
 
 
17
HandlerResult AffinityPanel_eventHandler(Panel* this, int ch);
 
18
 
 
19
#endif