summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfs_hooks_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/eglfs/qeglfs_hooks_x11.cpp')
-rw-r--r--src/plugins/platforms/eglfs/qeglfs_hooks_x11.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfs_hooks_x11.cpp b/src/plugins/platforms/eglfs/qeglfs_hooks_x11.cpp
index baba3be492..594614e7a0 100644
--- a/src/plugins/platforms/eglfs/qeglfs_hooks_x11.cpp
+++ b/src/plugins/platforms/eglfs/qeglfs_hooks_x11.cpp
@@ -88,3 +88,8 @@ void QEglFSHooks::destroyNativeWindow(EGLNativeWindowType window)
XDestroyWindow(display, window);
}
+bool QEglFSHooks::hasCapability(QPlatformIntegration::Capability cap) const
+{
+ return false;
+}
+