zap trailing whitespace and tabs
This commit is contained in:
parent
9c49429a7e
commit
deeab190c1
76 changed files with 382 additions and 378 deletions
|
@ -51,7 +51,7 @@ extern void print_pointer_map(void);
|
|||
|
||||
extern int UpdateModifierMapping(XModifierKeymap *map);
|
||||
extern int AddModifier(XModifierKeymap **mapp, KeyCode keycode, int modifier);
|
||||
extern int RemoveModifier(XModifierKeymap **mapp, KeyCode keycode,
|
||||
extern int RemoveModifier(XModifierKeymap **mapp, KeyCode keycode,
|
||||
int modifier);
|
||||
extern int ClearModifier(XModifierKeymap **mapp, int modifier);
|
||||
extern void PrintModifierMapping(XModifierKeymap *map, FILE *fp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue