summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-05-29 21:01:14 -0700
committerQt by Nokia <qt-info@nokia.com>2012-05-30 06:29:10 +0200
commit56fca8ce14c525b7db449e3186c772f1371b3606 (patch)
tree4e8f95721292dae5a85916b6cb0058e3ae63ff62 /src/plugins/platforms
parent46ae50a5d03ac8cecbe2ddb335a7b1767d98fc12 (diff)
Fix compile error in eglconvenience
Change-Id: Ic20d890a9c59e21a5f0c81f961074ab02083a266 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsscreen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfsscreen.cpp b/src/plugins/platforms/eglfs/qeglfsscreen.cpp
index fe4afc5584..cf39aa353d 100644
--- a/src/plugins/platforms/eglfs/qeglfsscreen.cpp
+++ b/src/plugins/platforms/eglfs/qeglfsscreen.cpp
@@ -172,8 +172,7 @@ void QEglFSScreen::createAndSetPlatformContext()
m_window = hooks->createNativeWindow(hooks->screenSize());
#ifdef QEGL_EXTRA_DEBUG
- qWarning("Configuration %d matches requirements\n", (int)config);
- q_printEglConfig(config);
+ q_printEglConfig(m_dpy, config);
#endif
m_surface = eglCreateWindowSurface(m_dpy, config, m_window, NULL);