declarativeimports/core/windowthumbnail.h - fix -Wreorder warning
This commit is contained in:
parent
e37a2d454a
commit
f1844014dd
@ -127,19 +127,19 @@ private:
|
|||||||
void resolveGLXFunctions();
|
void resolveGLXFunctions();
|
||||||
bool loadGLXTexture();
|
bool loadGLXTexture();
|
||||||
void bindGLXTexture();
|
void bindGLXTexture();
|
||||||
|
xcb_pixmap_t m_glxPixmap;
|
||||||
QFunctionPointer m_bindTexImage;
|
QFunctionPointer m_bindTexImage;
|
||||||
QFunctionPointer m_releaseTexImage;
|
QFunctionPointer m_releaseTexImage;
|
||||||
xcb_pixmap_t m_glxPixmap;
|
|
||||||
#endif // HAVE_GLX
|
#endif // HAVE_GLX
|
||||||
#if HAVE_EGL
|
#if HAVE_EGL
|
||||||
bool xcbWindowToTextureEGL(WindowTextureNode *textureNode);
|
bool xcbWindowToTextureEGL(WindowTextureNode *textureNode);
|
||||||
void resolveEGLFunctions();
|
void resolveEGLFunctions();
|
||||||
void bindEGLTexture();
|
void bindEGLTexture();
|
||||||
bool m_eglFunctionsResolved;
|
bool m_eglFunctionsResolved;
|
||||||
|
EGLImageKHR m_image;
|
||||||
QFunctionPointer m_eglCreateImageKHR;
|
QFunctionPointer m_eglCreateImageKHR;
|
||||||
QFunctionPointer m_eglDestroyImageKHR;
|
QFunctionPointer m_eglDestroyImageKHR;
|
||||||
QFunctionPointer m_glEGLImageTargetTexture2DOES;
|
QFunctionPointer m_glEGLImageTargetTexture2DOES;
|
||||||
EGLImageKHR m_image;
|
|
||||||
#endif // HAVE_EGL
|
#endif // HAVE_EGL
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user