1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +01:00

Change directory for user menus and add global directory for them.

This commit is contained in:
id
1999-04-17 10:08:13 +00:00
parent 416f28248c
commit 57f0f4b245
2 changed files with 18 additions and 16 deletions

View File

@@ -274,6 +274,12 @@
#define DEF_PIXMAP_PATHS \
"(\"~/pixmaps\",\"~/GNUstep/Library/WindowMaker/Pixmaps\",\""PIXMAPDIR"\")"
#ifdef USER_MENU
#define GLOBAL_USER_MENU_PATH SYSCONFDIR"/UserMenus"
#define DEF_USER_MENU_PATHS \
"~/GNUstep/Defaults/UserMenus:"GLOBAL_USER_MENU_PATH
#endif
/* icon path */
#define DEF_ICON_PATHS \
"(\"~/pixmaps\",\"~/GNUstep/Library/Icons\",\"/usr/include/X11/pixmaps/\",\""PIXMAPDIR"\")"