diff options
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h index 69fa32e..6e446dc 100644 --- a/softhddev.h +++ b/softhddev.h @@ -106,6 +106,8 @@ extern "C" extern void PipStop(void); /// Pip play video packet extern int PipPlayVideo(const uint8_t *, int); + + extern const char *X11DisplayName; ///< x11 display name #ifdef __cplusplus } #endif |