1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 22:34:18 +01:00

Poke wmgenmenu, part 2

- Convert to using WINGs PropList functions
- Add mwm to other_wm, remove ee from Graphics while here
This commit is contained in:
Tamas TEVESZ
2010-04-02 04:29:19 +02:00
committed by Carlos R. Mafra
parent daad5ed828
commit c165beeb4b
2 changed files with 199 additions and 196 deletions

View File

@@ -30,7 +30,7 @@ char *Graphics[MAX_NR_APPS] = {
"gimp", "sodipodi", "killustrator", "krayon", "kpovmodeler",
"bitmap", "xpaint", "xfig", "kpaint", "blender", "ksnapshot",
"gphoto", "dia", "compupic", "gqview", "kview", "pixie",
"display", "ee", "xv", "eog", "qiv !"
"display", "xv", "eog", "qiv !"
};
char *Multimedia[MAX_NR_APPS] = {
@@ -134,5 +134,5 @@ char *WindowMaker[MAX_NR_APPS] = {
};
char *other_wm[MAX_WMS] = {
"icewm", "kwin", "twm", "fluxbox", "blackbox", "ion"
"icewm", "kwin", "twm", "fluxbox", "blackbox", "ion", "mwm"
};