33c8fb2ac7
Instead of defining the event name for each event, define the command name that is to be called for that event. This simplifies the code since many events call the same command. It is already clear from the cmd function which event is being registered, so it is more clear to see the association between the command and the event in the code this way. |
||
---|---|---|
.. | ||
adapters | ||
cairo | ||
components | ||
drawtypes | ||
events | ||
modules | ||
tags | ||
utils | ||
x11 | ||
CMakeLists.txt | ||
common.hpp | ||
debug.hpp | ||
errors.hpp | ||
settings.hpp.cmake |