polybar/include/x11/extensions/damage.hpp

24 lines
311 B
C++
Raw Normal View History

2016-11-20 22:04:31 +00:00
#pragma once
#include "config.hpp"
#if not WITH_XDAMAGE
2016-11-20 22:04:31 +00:00
#error "X Damage extension is disabled..."
#endif
2016-11-26 14:42:48 +00:00
#include <xcb/damage.h>
2016-11-20 22:04:31 +00:00
#include <xpp/proto/damage.hpp>
2016-12-21 13:55:19 +00:00
#include "common.hpp"
POLYBAR_NS
// fwd
class connection;
namespace damage_util {
void query_extension(connection& conn);
}
POLYBAR_NS_END