mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
a3e2e51ac9
Unused Ref: #1730
11 lines
192 B
C++
11 lines
192 B
C++
#pragma once
|
|
|
|
#include "settings.hpp"
|
|
|
|
#if WITH_XRANDR
|
|
#include "x11/extensions/randr.hpp"
|
|
#endif
|
|
#include "x11/extensions/composite.hpp"
|
|
#if WITH_XKB
|
|
#include "x11/extensions/xkb.hpp"
|
|
#endif
|