1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Merge branch 'install_locations'

Conflicts:
	configure.in
This commit is contained in:
Ayla
2011-07-11 11:19:18 +02:00
389 changed files with 311 additions and 2052 deletions

View File

@@ -37,6 +37,15 @@
#include <vector>
#include <tr1/unordered_map>
#ifndef GMENU2X_SYSTEM_DIR
#define GMENU2X_SYSTEM_DIR "/usr/share/gmenu2x"
#endif
#ifndef DEFAULT_WALLPAPER_PATH
#define DEFAULT_WALLPAPER_PATH \
GMENU2X_SYSTEM_DIR "/skins/Default/wallpapers/default.png"
#endif
const int MAX_VOLUME_SCALE_FACTOR = 200;
// Default values - going to add settings adjustment, saving, loading and such
const int VOLUME_SCALER_MUTE = 0;
@@ -153,6 +162,10 @@ public:
~GMenu2X();
void quit();
/* Returns the home directory of gmenu2x, usually
* ~/.gmenu2x */
static const string getHome(void);
/*
* Variables needed for elements disposition
*/