mirror of
https://github.com/polybar/polybar.git
synced 2026-03-02 22:43:42 +00:00
refactor: Move all event handling to the controller
This commit is contained in:
8
src/utils/factory.cpp
Normal file
8
src/utils/factory.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "utils/factory.hpp"
|
||||
|
||||
POLYBAR_NS
|
||||
|
||||
factory_util::detail::null_deleter factory_util::null_deleter{};
|
||||
factory_util::detail::fd_deleter factory_util::fd_deleter{};
|
||||
|
||||
POLYBAR_NS_END
|
||||
Reference in New Issue
Block a user