fix(xrender): Add header declarations #406
This commit is contained in:
parent
6fa2d3943c
commit
8146f65286
@ -8,3 +8,16 @@
|
||||
|
||||
#include <xcb/render.h>
|
||||
#include <xpp/proto/render.hpp>
|
||||
|
||||
#include "common.hpp"
|
||||
|
||||
POLYBAR_NS
|
||||
|
||||
// fwd
|
||||
class connection;
|
||||
|
||||
namespace render_util {
|
||||
void query_extension(connection& conn);
|
||||
}
|
||||
|
||||
POLYBAR_NS_END
|
||||
|
@ -1,8 +1,6 @@
|
||||
#include "x11/extensions/render.hpp"
|
||||
|
||||
#include "errors.hpp"
|
||||
#include "x11/connection.hpp"
|
||||
#include "x11/extensions/all.hpp"
|
||||
|
||||
POLYBAR_NS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user