From 81b6185eb3d47cba4d8f1232556e176b9f810015 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 18 Jan 2021 21:39:36 +0100 Subject: Support xscreensaver when mate-screensaver is not available --- mate-session/gsm-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mate-session/gsm-util.h') diff --git a/mate-session/gsm-util.h b/mate-session/gsm-util.h index dcec60e..d1c3c5c 100644 --- a/mate-session/gsm-util.h +++ b/mate-session/gsm-util.h @@ -29,6 +29,8 @@ extern "C" { #define IS_STRING_EMPTY(x) ((x)==NULL||(x)[0]=='\0') +gchar** gsm_get_screen_locker_command (void); + char * gsm_util_find_desktop_file_for_app_name (const char *app_name, char **dirs); -- cgit v1.2.1