diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 860ce3d..fd09d72 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -134,7 +134,7 @@ static unsigned int defaultunderline = 7; | |||
134 | * Internal mouse shortcuts. | 134 | * Internal mouse shortcuts. |
135 | * Beware that overloading Button1 will disable the selection. | 135 | * Beware that overloading Button1 will disable the selection. |
136 | */ | 136 | */ |
137 | static Mousekey mshortcuts[] = { | 137 | static MouseShortcut mshortcuts[] = { |
138 | /* button mask string */ | 138 | /* button mask string */ |
139 | { Button4, XK_ANY_MOD, "\031" }, | 139 | { Button4, XK_ANY_MOD, "\031" }, |
140 | { Button5, XK_ANY_MOD, "\005" }, | 140 | { Button5, XK_ANY_MOD, "\005" }, |