#pragma once #include "common.hpp" namespace xpp { template class...> class gcontext; template class...> class pixmap; template class...> class drawable; template class...> class colormap; template class...> class atom; template class...> class font; template class...> class cursor; namespace event { template class sink; } } POLYBAR_NS class connection; class registry; using gcontext = xpp::gcontext; using pixmap = xpp::pixmap; using drawable = xpp::drawable; using colormap = xpp::colormap; using atom = xpp::atom; using font = xpp::font; using cursor = xpp::cursor; POLYBAR_NS_END