1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include/x11/extensions/render.hpp
2016-12-21 15:04:16 +01:00

10 lines
165 B
C++

#pragma once
#include "config.hpp"
#if not WITH_XRENDER
#error "X Render extension is disabled..."
#endif
#include <xcb/render.h>
#include <xpp/proto/render.hpp>