labwc/include/config
alexander bryan 1ac654f006 Apply coding std to <mouse> code & add .clang-format
The files:
    include/config/mousebind.h
    src/config/mousebind.c
    src/config/rc.xml
were formatted automatically via clang-format using the rules specified
in the .clang-format file. Specifically, the command;
clang-format -i -style=file include/config/mousebind.h \
src/config/mousebind.c src/config/rc.xml

This is unfortunately adding a break before the brace in enum
declarations
2021-09-01 07:05:37 +01:00
..
keybind.h keybind: s/add/create/ 2020-09-02 21:05:28 +01:00
mousebind.h Apply coding std to <mouse> code & add .clang-format 2021-09-01 07:05:37 +01:00
rcxml.h Implemented <doubleClickTime> in rc.xml 2021-09-01 07:05:37 +01:00
session.h session.h: update session_environment_init() comment 2021-03-18 19:39:08 +00:00