~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk

« back to all changes in this revision

Viewing changes to src/greeterconfiguration.h

  • Committer: Launchpad Translations on behalf of lightdm-gtk-greeter-team
  • Date: 2018-04-27 05:37:59 UTC
  • Revision ID: launchpad_translations_on_behalf_of_lightdm-gtk-greeter-team-20180427053759-5p3x5cg014ylcy0o
Launchpad automatic translations update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2015 - 2018, Sean Davis <smd.seandavis@gmail.com>
 
3
 *
 
4
 * This program is free software: you can redistribute it and/or modify it under
 
5
 * the terms of the GNU General Public License as published by the Free Software
 
6
 * Foundation, either version 3 of the License, or (at your option) any later
 
7
 * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
 
8
 * license.
 
9
 */
1
10
 
2
11
#ifndef GREETER_CONFIGURATION_H
3
12
#define GREETER_CONFIGURATION_H
28
37
#define CONFIG_KEY_PANEL_POSITION       "panel-position"
29
38
#define CONFIG_KEY_KEYBOARD_POSITION    "keyboard-position"
30
39
#define CONFIG_KEY_A11Y_STATES          "a11y-states"
 
40
#define CONFIG_KEY_AT_SPI_ENABLED       "at-spi-enabled"
31
41
 
32
42
#define CONFIG_GROUP_MONITOR            "monitor:"
33
43
#define CONFIG_KEY_BACKGROUND           "background"