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

(-)a/kwin-5.22.5/src/plugins/platforms/x11/common/eglonxbackend.cpp (-1 / +1 lines)
Lines 217-223 Link Here
217
    }
217
    }
218
218
219
    // Window is 64 bits on a 64-bit architecture whereas xcb_window_t is always 32 bits.
219
    // Window is 64 bits on a 64-bit architecture whereas xcb_window_t is always 32 bits.
220
    unsigned long nativeWindow = window;
220
    uintptr_t nativeWindow = window;
221
221
222
    EGLSurface surface = EGL_NO_SURFACE;
222
    EGLSurface surface = EGL_NO_SURFACE;
223
    if (havePlatformBase()) {
223
    if (havePlatformBase()) {

Return to bug 813228