mirror of
https://github.com/labwc/labwc.git
synced 2026-04-06 07:15:40 -04:00
config: formatting to improve readability
This commit is contained in:
parent
e96b5af42d
commit
1859d5f113
1 changed files with 4 additions and 1 deletions
|
|
@ -103,7 +103,10 @@ void
|
||||||
tablet_load_default_button_mappings(void)
|
tablet_load_default_button_mappings(void)
|
||||||
{
|
{
|
||||||
rc.tablet.button_map_count = 0;
|
rc.tablet.button_map_count = 0;
|
||||||
tablet_button_mapping_add(BTN_TOOL_PEN, BTN_LEFT); /* Used for the pen tip */
|
|
||||||
|
/* used for the pen tip */
|
||||||
|
tablet_button_mapping_add(BTN_TOOL_PEN, BTN_LEFT);
|
||||||
|
|
||||||
tablet_button_mapping_add(BTN_STYLUS, BTN_RIGHT);
|
tablet_button_mapping_add(BTN_STYLUS, BTN_RIGHT);
|
||||||
tablet_button_mapping_add(BTN_STYLUS2, BTN_MIDDLE);
|
tablet_button_mapping_add(BTN_STYLUS2, BTN_MIDDLE);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue