From c6720d87218915f2557d9698218a22c1d46b4950 Mon Sep 17 00:00:00 2001 From: Bernd Weimer Date: Fri, 4 Apr 2014 17:42:05 +0200 Subject: QNX: Destroy window buffers when resized QNX version of screen doesn't reallocate window buffers dynamically. The buffers have to be destroyed and recreated when a window is resized. As the overhead is minimal this will be done on BlackBerry, as well. Change-Id: I488942879822c64a6ab1871ebf5d6da9aec144d6 Reviewed-by: Fabian Bumberger --- src/plugins/platforms/qnx/qqnxeglwindow.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins/platforms/qnx/qqnxeglwindow.h') diff --git a/src/plugins/platforms/qnx/qqnxeglwindow.h b/src/plugins/platforms/qnx/qqnxeglwindow.h index a6a223c58e..cd98f9369d 100644 --- a/src/plugins/platforms/qnx/qqnxeglwindow.h +++ b/src/plugins/platforms/qnx/qqnxeglwindow.h @@ -65,9 +65,6 @@ public: void setGeometry(const QRect &rect); - // Called by QQnxGLContext::createSurface() - QSize requestedBufferSize() const; - protected: int pixelFormat() const; void resetBuffers(); -- cgit v1.2.3