summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/desktops.hxx
blob: bf2c9bbc9279dbe8d76609d33570f6537a130df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * 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/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#pragma once

#include <sal/config.h>

#include <sal/types.h>

enum SAL_DLLPUBLIC_RTTI DesktopType
{
    DESKTOP_NONE, // headless, i.e. no X connection at all
    DESKTOP_UNKNOWN, // unknown desktop, simple WM, etc.
    DESKTOP_GNOME,
    DESKTOP_UNITY,
    DESKTOP_XFCE,
    DESKTOP_MATE,
    DESKTOP_PLASMA5,
    DESKTOP_PLASMA6,
    DESKTOP_LXQT
}; // keep in sync with desktop_strings[] in salplug.cxx

DesktopType get_desktop_environment();

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ofz#41602 Build-FailureCaolán McNamara 2021-12-03distclean generated solenv/lockfile/autoconf.hStephan Bergmann 2021-12-02ofz: Executable_lockfile needs Executable_concat-depsCaolán McNamara 2021-12-02ofz: fix build failure by building Executable_lockfile firstCaolán McNamara 2021-11-10add generate-flatpak-manifest.sh to generate FlatPak manifestMichael Stahl 2021-10-31ofz: build failureCaolán McNamara 2021-10-08Simplify VS IDE integration generationMike Kaganski 2021-10-08Drop vs2017-ide-integration; add vs2022-ide-integrationMike Kaganski 2021-09-25add dbffuzzerCaolán McNamara 2021-08-22ofz: prep for allowing oss-fuzz msanCaolán McNamara 2021-08-12ofz: use system .a libs when they aren't c++ onesCaolán McNamara 2021-08-08oss-fuzz: drop more_fonts build step and just install the min wantedCaolán McNamara 2021-08-07disable scripting for fuzzingCaolán McNamara 2021-08-03Fix 'make test-install' on LinuxMiklos Vajna 2021-07-19Avoid bash'ism (comment in line continuation)Stephan Bergmann 2021-06-17don't ignore dump_syms errors during symbol extractionChristian Lohmaier 2021-06-11use freshly compiled dump_syms.exe on windows for symbolinfo extractionChristian Lohmaier 2021-06-01Remove config.warn during `make distclean`Stephan Bergmann 2021-06-01Better keep these $(BUILDDIR)/config.* lines sorted lexicographicallyStephan Bergmann 2021-05-25Install GDB pretty printers into cross-toolsetJan-Marek Glogowski 2021-05-22ofz build fixCaolán McNamara 2021-05-05Run checks also on cross build toolchainJan-Marek Glogowski 2021-04-10use systemd-detect-virt to detect building as root in containerCaolán McNamara 2021-04-07skip check-if-root test if LIB_FUZZING_ENGINE is setCaolán McNamara 2021-02-18Library_gie no longer existsCaolán McNamara 2021-02-12fix fuzzer buildCaolán McNamara