include file fix for wayland

This commit is contained in:
Paul Olav Tvete 2011-04-29 13:04:43 +02:00
parent 15d73f83bd
commit 6e2bbb58fd
3 changed files with 5 additions and 2 deletions

View File

@ -42,6 +42,7 @@
#include "qwaylandxcompositebuffer.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)
:mSize(size)

View File

@ -43,8 +43,10 @@
#define QWAYLANDXCOMPOSITEBUFFER_H
#include "qwaylandbuffer.h"
#include <stdint.h>
#include "wayland-xcomposite-client-protocol.h"
struct wl_xcomposite;
struct wl_visual;
class QWaylandXCompositeBuffer : public QWaylandBuffer
{

View File

@ -44,7 +44,7 @@
#include <QtCore/QSize>
#include <wayland-client-protocol.h>
struct wl_buffer;
class QWaylandBuffer {
public: