From 56fca8ce14c525b7db449e3186c772f1371b3606 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 29 May 2012 21:01:14 -0700 Subject: Fix compile error in eglconvenience Change-Id: Ic20d890a9c59e21a5f0c81f961074ab02083a266 Reviewed-by: Rohan McGovern Reviewed-by: Sergio Ahumada --- src/plugins/platforms/eglfs/qeglfsscreen.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins') 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); -- cgit v1.2.3