2016-11-20 23:04:31 +01:00
|
|
|
#pragma once
|
|
|
|
|
2017-01-11 03:07:28 +01:00
|
|
|
#include "settings.hpp"
|
2016-11-20 23:04:31 +01:00
|
|
|
|
2016-11-30 12:46:26 +01:00
|
|
|
#if not WITH_XRENDER
|
2016-11-20 23:04:31 +01:00
|
|
|
#error "X Render extension is disabled..."
|
|
|
|
#endif
|
|
|
|
|
2016-11-26 15:42:48 +01:00
|
|
|
#include <xcb/render.h>
|
2016-11-20 23:04:31 +01:00
|
|
|
#include <xpp/proto/render.hpp>
|