diff options
Diffstat (limited to 'src/rda_x2go.h')
-rw-r--r-- | src/rda_x2go.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rda_x2go.h b/src/rda_x2go.h index 34b8ebc..26d37a8 100644 --- a/src/rda_x2go.h +++ b/src/rda_x2go.h @@ -29,7 +29,7 @@ #include <rda.h> -#ifdef WITH_X2GO_AWARENESS +#ifdef WITH_REMOTE_AWARENESS_X2GO gboolean rda_session_is_x2go (void); @@ -40,6 +40,6 @@ rda_session_suspend_x2go(void); gboolean rda_session_terminate_x2go(void); -#endif /* WITH_X2GO_AWARENESS */ +#endif /* WITH_REMOTE_AWARENESS_X2GO */ #endif /* RDA_X2GO_H */ |