polybar/include/x11/sync.hpp

11 lines
162 B
C++
Raw Normal View History

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