diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-03-25 18:27:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-03-26 08:43:28 +0100 |
commit | 99df964c96bc1b715ae6ece47629a5d7afb2a945 (patch) | |
tree | 90dae6b0344fbbe79427de93f595e97fa72920d2 /include/vcl | |
parent | 055480aac88e4688619e9a7815e0a8b0ab97a5a1 (diff) |
Consolidate declarations of {fire,reap}_glxtest_process in single include file
Change-Id: I7f25cba311d42a7e8751cf3651f684b88d1fb8ac
Reviewed-on: https://gerrit.libreoffice.org/69711
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/glxtestprocess.hxx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/vcl/glxtestprocess.hxx b/include/vcl/glxtestprocess.hxx new file mode 100644 index 000000000000..b13312ebda64 --- /dev/null +++ b/include/vcl/glxtestprocess.hxx @@ -0,0 +1,20 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#ifndef INCLUDED_INCLUDE_VCL_GLXTESTPROCESS_HXX + +#include <sal/config.h> + +bool fire_glxtest_process(); + +void reap_glxtest_process(); + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |