diff options
author | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2006-06-06 20:41:01 +0000 |
---|---|---|
committer | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2006-06-06 20:41:01 +0000 |
commit | ae98bfed370201d29766006b674dbc96a8244a52 (patch) | |
tree | abffb1c601fb3b92e2f910bfd420f98e0f552874 /FunctionBar.c | |
parent | 9038d3b30461484c6e263f0f073b048c6f938eac (diff) | |
download | htop-ae98bfed370201d29766006b674dbc96a8244a52.tar.gz |
Updates for new version of the MakeHeader.py script.
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@41 63cc0a6c-1f0e-0410-841e-f6a342073da8
Diffstat (limited to 'FunctionBar.c')
-rw-r--r-- | FunctionBar.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/FunctionBar.c b/FunctionBar.c index 7f04d8e..7764136 100644 --- a/FunctionBar.c +++ b/FunctionBar.c @@ -28,20 +28,14 @@ typedef struct FunctionBar_ { bool staticData; } FunctionBar; -extern char* FUNCTIONBAR_CLASS; - }*/ -/* private property */ char* FUNCTIONBAR_CLASS = "FunctionBar"; -/* private property */ static char* FunctionBar_FKeys[10] = {"F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10"}; -/* private property */ static char* FunctionBar_FLabels[10] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", " "}; -/* private property */ static int FunctionBar_FEvents[10] = {KEY_F(1), KEY_F(2), KEY_F(3), KEY_F(4), KEY_F(5), KEY_F(6), KEY_F(7), KEY_F(8), KEY_F(9), KEY_F(10)}; FunctionBar* FunctionBar_new(int size, char** functions, char** keys, int* events) { |