summaryrefslogtreecommitdiffstats
path: root/src/opengl/opengl.pro
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-10-20 12:37:29 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-10-20 12:57:39 (GMT)
commitf0a7e831394683190faf8a51bf724462f98568e9 (patch)
tree90d10163705c2509970c78849af5807feeb69f9e /src/opengl/opengl.pro
parent6e1e26741e682c869c45e4cf8dfe4c79e37b9716 (diff)
downloadQt-f0a7e831394683190faf8a51bf724462f98568e9.zip
Qt-f0a7e831394683190faf8a51bf724462f98568e9.tar.gz
Qt-f0a7e831394683190faf8a51bf724462f98568e9.tar.bz2
Add a new window surface which utilises QX11GLPixmapData
The new surface uses XCopyArea to post updates to the window and thus, supports partial updates.
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r--src/opengl/opengl.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro
index 961c781..a212675 100644
--- a/src/opengl/opengl.pro
+++ b/src/opengl/opengl.pro
@@ -83,11 +83,12 @@ x11 {
SOURCES += qgl_x11egl.cpp \
qglpixelbuffer_egl.cpp \
qgl_egl.cpp \
- qpixmapdata_x11gl_egl.cpp
+ qpixmapdata_x11gl_egl.cpp \
+ qwindowsurface_x11gl.cpp
HEADERS += qgl_egl_p.h \
- qpixmapdata_x11gl_p.h
-
+ qpixmapdata_x11gl_p.h \
+ qwindowsurface_x11gl_p.h
} else {
SOURCES += qgl_x11.cpp \