summaryrefslogtreecommitdiff
path: root/src/fc/fsio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fc/fsio.h')
-rw-r--r--src/fc/fsio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fc/fsio.h b/src/fc/fsio.h
index fa1e7d8..9d0255a 100644
--- a/src/fc/fsio.h
+++ b/src/fc/fsio.h
@@ -81,7 +81,9 @@ typedef struct _fs_buf {
/* FS specific font FontPathElement data */
typedef struct _fs_fpe_data {
FSFpePtr next; /* list of all active fs fpes */
+ FontPathElementPtr fpe; /* Back pointer to FPE */
int fs_fd; /* < 0 when not running */
+ Bool fs_listening; /* Listening for input */
int fs_conn_state; /* connection state */
int current_seq;
char *servername;