mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 18:23:08 +02: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:
parent
ec000e0214
commit
758b7b183c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user