https://bugs.kde.org/show_bug.cgi?id=440372

--- Comment #3 from bluescreenaven...@gmail.com ---
diff --git a/src/plugins/platforms/x11/common/eglonxbackend.cpp
b/src/plugins/platforms/x11/common/eglonxbackend.cpp                            
index c62ec170d..33b75eee1 100644                                               
--- a/src/plugins/platforms/x11/common/eglonxbackend.cpp                        
+++ b/src/plugins/platforms/x11/common/eglonxbackend.cpp                        
@@ -221,7 +221,7 @@ EGLSurface EglOnXBackend::createSurface(xcb_window_t
window)                                                                         
         //       cannot be an xcb_window_t.                                    
         surface = eglCreatePlatformWindowSurfaceEXT(eglDisplay(), config(),
(void *) &window, nullptr);                                                     
     } else {                                                                   
-        surface = eglCreateWindowSurface(eglDisplay(), config(), window,
nullptr);                                                                       
+        surface = eglCreateWindowSurface(eglDisplay(), config(), &window,
nullptr);
     }

     return surface;




works, gets kwin to compile. I just tried it, but what's weird is that git
blame says that whole if statement was last touched in 2015

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to