From f8a91001bcaad57eaa3ab9d7937751db3547608b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Tue, 3 Oct 2023 08:51:52 +0200 Subject: [PATCH] Try again to make 'gb.qt4 compile. [GB.QT4] * BUG: Try again to make 'gb.qt4 compile. --- gb.qt4/src/CPicture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gb.qt4/src/CPicture.cpp b/gb.qt4/src/CPicture.cpp index b2a7ef74e..59c9a3188 100644 --- a/gb.qt4/src/CPicture.cpp +++ b/gb.qt4/src/CPicture.cpp @@ -124,7 +124,7 @@ CPICTURE *CPICTURE_grab(QWidget *wid, int screen, int x, int y, int w, int h) #ifdef QT5 //*pict->pixmap = QGuiApplication::primaryScreen()->grabWindow(QX11Info::appRootWindow(), x, y, w, h); - PLATFORM.Desktop.Screenshot(pict->pixmap, x, y, w, h, screen); + PLATFORM.Desktop.Screenshot(pict->pixmap, x, y, w, h); //, screen); #else *pict->pixmap = QPixmap::grabWindow(QX11Info::appRootWindow(), x, y, w, h); #endif