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