1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-15 21:45:54 +01:00

Made the floppy path in the file panel be configurable via the FloppyPath

key in the WMGLOBAL file, instead of the '/floppy' hardcoded value.
This commit is contained in:
dan
2000-05-10 12:30:34 +00:00
parent 139b34c7af
commit 0ae1ecc05f
4 changed files with 16 additions and 9 deletions

View File

@@ -389,6 +389,7 @@ typedef struct _WINGsConfiguration {
char *boldSystemFont;
int defaultFontSize;
Bool useMultiByte;
char *floppyPath;
unsigned doubleClickDelay;
unsigned mouseWheelUp;
unsigned mouseWheelDown;