mirror of
https://github.com/polybar/polybar.git
synced 2026-02-10 01:15:42 +00:00
11 lines
165 B
C++
11 lines
165 B
C++
#pragma once
|
|
|
|
#include "config.hpp"
|
|
|
|
#if not WITH_XDAMAGE
|
|
#error "X Damage extension is disabled..."
|
|
#endif
|
|
|
|
#include <xcb/damage.h>
|
|
#include <xpp/proto/damage.hpp>
|