summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2007-12-17 05:55:35 +0000
committerHisham Muhammad <hisham@gobolinux.org>2007-12-17 05:55:35 +0000
commit7abfcb3ce70c163bc4cb450c76ff80afb952282e (patch)
tree2b2b9b4c08090d3cde8958067af5b29e49586fa4
parent0cd4f69091c3e01a1432b520ddf79fb67d64622a (diff)
Added missing file.0.7
-rw-r--r--AffinityPanel.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/AffinityPanel.h b/AffinityPanel.h
new file mode 100644
index 00000000..dfea3d74
--- /dev/null
+++ b/AffinityPanel.h
@@ -0,0 +1,19 @@
+/* Do not edit this file. It was automatically generated. */
+
+#ifndef HEADER_AffinityPanel
+#define HEADER_AffinityPanel
+
+
+#include "Panel.h"
+#include "CheckItem.h"
+
+#include "debug.h"
+#include <assert.h>
+
+Panel* AffinityPanel_new(int processorCount, unsigned long mask);
+
+unsigned long AffinityPanel_getAffinity(Panel* this);
+
+HandlerResult AffinityPanel_eventHandler(Panel* this, int ch);
+
+#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy