include file fix for wayland
This commit is contained in:
parent
15d73f83bd
commit
6e2bbb58fd
@ -42,6 +42,7 @@
|
|||||||
#include "qwaylandxcompositebuffer.h"
|
#include "qwaylandxcompositebuffer.h"
|
||||||
|
|
||||||
#include "wayland-client.h"
|
#include "wayland-client.h"
|
||||||
|
#include "wayland-xcomposite-client-protocol.h"
|
||||||
|
|
||||||
QWaylandXCompositeBuffer::QWaylandXCompositeBuffer(wl_xcomposite *xcomposite, uint32_t window, const QSize &size, wl_visual *visual)
|
QWaylandXCompositeBuffer::QWaylandXCompositeBuffer(wl_xcomposite *xcomposite, uint32_t window, const QSize &size, wl_visual *visual)
|
||||||
:mSize(size)
|
:mSize(size)
|
||||||
|
@ -43,8 +43,10 @@
|
|||||||
#define QWAYLANDXCOMPOSITEBUFFER_H
|
#define QWAYLANDXCOMPOSITEBUFFER_H
|
||||||
|
|
||||||
#include "qwaylandbuffer.h"
|
#include "qwaylandbuffer.h"
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "wayland-xcomposite-client-protocol.h"
|
struct wl_xcomposite;
|
||||||
|
struct wl_visual;
|
||||||
|
|
||||||
class QWaylandXCompositeBuffer : public QWaylandBuffer
|
class QWaylandXCompositeBuffer : public QWaylandBuffer
|
||||||
{
|
{
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#include <QtCore/QSize>
|
#include <QtCore/QSize>
|
||||||
|
|
||||||
#include <wayland-client-protocol.h>
|
struct wl_buffer;
|
||||||
|
|
||||||
class QWaylandBuffer {
|
class QWaylandBuffer {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user