polybar/include/x11/extensions/composite.hpp

24 lines
328 B
C++
Raw Normal View History

2016-11-26 14:42:48 +00:00
#pragma once
2017-01-11 02:07:28 +00:00
#include "settings.hpp"
2016-11-26 14:42:48 +00:00
#if not WITH_XCOMPOSITE
2016-11-26 14:42:48 +00:00
#error "X Composite extension is disabled..."
#endif
#include <xcb/composite.h>
#include <xpp/proto/composite.hpp>
2016-12-21 13:55:19 +00:00
#include "common.hpp"
POLYBAR_NS
// fwd
class connection;
namespace composite_util {
void query_extension(connection& conn);
}
POLYBAR_NS_END