1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 20:52:56 +03:00

The GMENU2X_SYSTEM_DIR macro on gmenu2x.h now contains the installation path of GMenu2X (default: /usr/share/gmenu2x).

This commit is contained in:
Ayla 2011-03-29 12:11:59 +02:00
parent ec000e0214
commit 758b7b183c

View File

@ -36,6 +36,10 @@
#include <vector> #include <vector>
#include <tr1/unordered_map> #include <tr1/unordered_map>
#ifndef GMENU2X_SYSTEM_DIR
#define GMENU2X_SYSTEM_DIR "/usr/share/gmenu2x"
#endif
const int MAX_VOLUME_SCALE_FACTOR = 200; const int MAX_VOLUME_SCALE_FACTOR = 200;
// Default values - going to add settings adjustment, saving, loading and such // Default values - going to add settings adjustment, saving, loading and such
const int VOLUME_SCALER_MUTE = 0; const int VOLUME_SCALER_MUTE = 0;