1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/include/x11/extensions/fwd.hpp
2019-06-03 00:46:12 +02:00

21 lines
264 B
C++

#pragma once
#include "settings.hpp"
namespace xpp {
#if WITH_XRANDR
namespace randr {
class extension;
}
#endif
#if WITH_XCOMPOSITE
namespace composite {
class extension;
}
#endif
#if WITH_XKB
namespace xkb {
class extension;
}
#endif
}