#pragma once #include "config.hpp" // fwd #ifdef ENABLE_RANDR_EXT namespace xpp { namespace randr { class extension; } } #endif #include #include "common.hpp" POLYBAR_NS class connection; 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; using registry = xpp::event::registry; POLYBAR_NS_END