mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
fixed crash bug on mouse panel
This commit is contained in:
@@ -759,7 +759,7 @@ storeData(_Panel *panel)
|
||||
char buffer[64];
|
||||
int i;
|
||||
char *tmp, *p;
|
||||
static char *button[3] = {"left", "middle", "right"};
|
||||
static char *button[5] = {"None", "left", "middle", "right", "Button4", "Button5"};
|
||||
WMUserDefaults *udb = WMGetStandardUserDefaults();
|
||||
|
||||
if (!WMGetUDBoolForKey(udb, "NoXSetStuff")) {
|
||||
|
||||
Reference in New Issue
Block a user