1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-18 13:55:11 -05:00
polybar/include/x11/extensions/sync.hpp

24 lines
301 B
C++
Raw Normal View History

2016-11-26 09:42:48 -05:00
#pragma once
#include "config.hpp"
#if not WITH_XSYNC
2016-11-26 09:42:48 -05:00
#error "X Sync extension is disabled..."
#endif
#include <xcb/sync.h>
#include <xpp/proto/sync.hpp>
2016-12-21 08:55:19 -05:00
#include "common.hpp"
POLYBAR_NS
// fwd
class connection;
namespace sync_util {
void query_extension(connection& conn);
}
POLYBAR_NS_END