diff options
Diffstat (limited to 'gui/greeter/greeter_configuration.h')
-rw-r--r-- | gui/greeter/greeter_configuration.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/greeter/greeter_configuration.h b/gui/greeter/greeter_configuration.h index bb3c5198..79df729b 100644 --- a/gui/greeter/greeter_configuration.h +++ b/gui/greeter/greeter_configuration.h @@ -32,6 +32,9 @@ extern gchar *GdmWelcome; extern gchar *GdmServAuthDir; extern gchar *GdmInfoMsgFile; extern gchar *GdmInfoMsgFont; +extern gchar *GdmSoundProgram; +extern gchar *GdmSoundOnLoginFile; +extern gboolean GdmSoundOnLogin; extern gboolean GDM_IS_LOCAL; extern gboolean DOING_GDM_DEVELOPMENT; |