Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 698546
Collapse All | Expand All

(-)kwin-5.17.1.orig/plugins/qpa/eglhelpers.cpp (-2 / +2 lines)
Lines 19-28 Link Here
19
along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
*********************************************************************/
20
*********************************************************************/
21
21
22
#include "eglhelpers.h"
23
24
#include <logging.h>
22
#include <logging.h>
25
23
24
#include "eglhelpers.h"
25
26
#include <QOpenGLContext>
26
#include <QOpenGLContext>
27
27
28
namespace KWin
28
namespace KWin
(-)kwin-5.17.1.orig/plugins/qpa/offscreensurface.cpp (-3 / +3 lines)
Lines 18-30 Link Here
18
along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
*********************************************************************/
19
*********************************************************************/
20
20
21
#include <QOffscreenSurface>
22
23
#include "main.h"
21
#include "offscreensurface.h"
24
#include "offscreensurface.h"
22
#include "eglhelpers.h"
25
#include "eglhelpers.h"
23
#include "main.h"
24
#include "platform.h"
26
#include "platform.h"
25
27
26
#include <QOffscreenSurface>
27
28
namespace KWin
28
namespace KWin
29
{
29
{
30
namespace QPA
30
namespace QPA

Return to bug 698546