fix(xrender): Add header declarations #406

This commit is contained in:
Michael Carlberg 2017-02-04 19:13:07 +01:00
parent 6fa2d3943c
commit 8146f65286
2 changed files with 13 additions and 2 deletions

View File

@ -8,3 +8,16 @@
#include <xcb/render.h> #include <xcb/render.h>
#include <xpp/proto/render.hpp> #include <xpp/proto/render.hpp>
#include "common.hpp"
POLYBAR_NS
// fwd
class connection;
namespace render_util {
void query_extension(connection& conn);
}
POLYBAR_NS_END

View File

@ -1,8 +1,6 @@
#include "x11/extensions/render.hpp" #include "x11/extensions/render.hpp"
#include "errors.hpp" #include "errors.hpp"
#include "x11/connection.hpp" #include "x11/connection.hpp"
#include "x11/extensions/all.hpp"
POLYBAR_NS POLYBAR_NS