summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-21 12:45:51 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-21 21:38:09 +0100
commitbcd8f9e265faaca5905feb6bdd79e63161909368 (patch)
tree5f12138d1cd18781a648451f5b6bd97f97d695b7 /include
parent674c7abbd6b5e9014812d4f8839f62639fe9a7f4 (diff)
make glxtest available in salmain
Change-Id: Ic8bc3f2d5d96506590d35138089ead2eac984314
Diffstat (limited to 'include')
-rw-r--r--include/vcl/opengl/glxtest.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/opengl/glxtest.hxx b/include/vcl/opengl/glxtest.hxx
index 0889cdd403b3..687038f446cb 100644
--- a/include/vcl/opengl/glxtest.hxx
+++ b/include/vcl/opengl/glxtest.hxx
@@ -16,6 +16,8 @@ VCL_DLLPUBLIC int* getGlxPipe();
VCL_DLLPUBLIC pid_t* getGlxPid();
+bool fire_glxtest_process();
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */