summaryrefslogtreecommitdiffstats
path: root/examples/qwidget-compositor
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-10-31 08:41:18 +0100
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-11-30 10:28:21 +0100
commit33d06a071c72998241654952322a58ce888a1f16 (patch)
tree48459b83eb9cde9b20556e44058ebded17239ffa /examples/qwidget-compositor
parentcf17f0c195ff6535c64da11c24161705cbb6d645 (diff)
Updated to head of Wayland, but did not fix clipboard or dnd
Change-Id: I9f4d4101947b2cc64b52eed070d3a37c00ab07da Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
Diffstat (limited to 'examples/qwidget-compositor')
-rw-r--r--examples/qwidget-compositor/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qwidget-compositor/main.cpp b/examples/qwidget-compositor/main.cpp
index ea7ed34cb..ce7f50cd3 100644
--- a/examples/qwidget-compositor/main.cpp
+++ b/examples/qwidget-compositor/main.cpp
@@ -140,6 +140,7 @@ protected:
}
void surfaceCreated(WaylandSurface *surface) {
+ qDebug() << "surface created";
connect(surface, SIGNAL(destroyed(QObject *)), this, SLOT(surfaceDestroyed(QObject *)));
connect(surface, SIGNAL(mapped(const QSize &)), this, SLOT(surfaceMapped(const QSize &)));
connect(surface, SIGNAL(damaged(const QRect &)), this, SLOT(surfaceDamaged(const QRect &)));