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

Amend recent wmgenmenu changes

Raise MAX_NR_APPS to account for the more menu entries
This commit is contained in:
Tamas TEVESZ
2011-04-11 06:20:03 +02:00
committed by Carlos R. Mafra
parent af857e8b95
commit 5fa8b979b9

View File

@@ -16,7 +16,7 @@
#include "../src/wconfig.h"
#define MAX_NR_APPS 50 /* Maximum number of entries in each apps list */
#define MAX_NR_APPS 128 /* Maximum number of entries in each apps list */
#define MAX_WMS 10 /* Maximum number of other window managers to check */
#include "wmgenmenu.h"