diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-21 12:45:51 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-21 21:38:09 +0100 |
commit | bcd8f9e265faaca5905feb6bdd79e63161909368 (patch) | |
tree | 5f12138d1cd18781a648451f5b6bd97f97d695b7 /vcl/source/salmain | |
parent | 674c7abbd6b5e9014812d4f8839f62639fe9a7f4 (diff) |
make glxtest available in salmain
Change-Id: Ic8bc3f2d5d96506590d35138089ead2eac984314
Diffstat (limited to 'vcl/source/salmain')
-rw-r--r-- | vcl/source/salmain/salmain.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcl/source/salmain/salmain.cxx b/vcl/source/salmain/salmain.cxx index 7f0f90af0515..e7318e8424cd 100644 --- a/vcl/source/salmain/salmain.cxx +++ b/vcl/source/salmain/salmain.cxx @@ -28,7 +28,14 @@ #include "salinst.hxx" +#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID +#include <vcl/opengl/glxtest.hxx> +#endif + SAL_IMPLEMENT_MAIN() { +#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID + fire_glxtest_process(); +#endif tools::extendApplicationEnvironment(); vclmain::createApplication(); return SVMain(); |