diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-25 13:40:44 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-25 13:40:44 +0100 |
commit | fb0bb966194f17635eb294a6e3c6db4907ce38b1 (patch) | |
tree | a54eabf9e042861e972ef61c348baec7002ffb61 | |
parent | a25645171c0986c74b1e4df2146782a69ebb81b6 (diff) | |
download | atril-fb0bb966194f17635eb294a6e3c6db4907ce38b1.tar.bz2 atril-fb0bb966194f17635eb294a6e3c6db4907ce38b1.tar.xz |
smclient: Add missing declaration
Closes https://github.com/mate-desktop/atril/issues/72
-rw-r--r-- | cut-n-paste/smclient/eggsmclient.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cut-n-paste/smclient/eggsmclient.c b/cut-n-paste/smclient/eggsmclient.c index c568e9be..4f06d75f 100644 --- a/cut-n-paste/smclient/eggsmclient.c +++ b/cut-n-paste/smclient/eggsmclient.c @@ -25,6 +25,10 @@ #include "eggsmclient.h" #include "eggsmclient-private.h" +#ifdef EGG_SM_CLIENT_BACKEND_XSMP +EggSMClient *egg_sm_client_xsmp_new (void); +#endif + static void egg_sm_client_debug_handler (const char *log_domain, GLogLevelFlags log_level, const char *message, |