polybar/include/x11/sync.hpp

11 lines
157 B
C++
Raw Normal View History

2016-11-26 14:42:48 +00:00
#pragma once
#include "config.hpp"
#if not WITH_XSYNC
2016-11-26 14:42:48 +00:00
#error "X Sync extension is disabled..."
#endif
#include <xcb/sync.h>
#include <xpp/proto/sync.hpp>