This commit is contained in:
Andrzej Rybczak
2009-02-17 08:29:40 +01:00
parent 7c936d8eaf
commit 32bac776e7
11 changed files with 31 additions and 47 deletions

View File

@@ -21,11 +21,13 @@
#ifndef _SETTINGS_H
#define _SETTINGS_H
#include <limits>
#include "libmpdclient.h"
#include "ncmpcpp.h"
const std::string config_dir = home_folder + "/.ncmpcpp/";
const int null_key = 0x0fffffff;
const int null_key = std::numeric_limits<int>::max();
struct ncmpcpp_keys
{