summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/clipboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/chansrv/clipboard.c')
-rw-r--r--sesman/chansrv/clipboard.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sesman/chansrv/clipboard.c b/sesman/chansrv/clipboard.c
index 67afbd49..27c45fff 100644
--- a/sesman/chansrv/clipboard.c
+++ b/sesman/chansrv/clipboard.c
@@ -247,7 +247,7 @@ static int g_cliprdr_flags = CB_USE_LONG_FORMAT_NAMES |
static int g_formatIds[16];
static int g_num_formatIds = 0;
-static int g_file_format_id = 0;
+static int g_file_format_id = -1;
/*****************************************************************************/
/* this is one way to get the current time from the x server */
@@ -320,7 +320,7 @@ clipboard_init(void)
return 0;
}
- fuse_init();
+ xfuse_init();
xcommon_init();
g_incr_max_req_size = XMaxRequestSize(g_display) * 4 - 24;
g_memset(&g_clip_c2s, 0, sizeof(g_clip_c2s));
@@ -464,7 +464,7 @@ clipboard_deinit(void)
g_wnd = 0;
}
- fuse_deinit();
+ xfuse_deinit();
g_free(g_clip_c2s.data);
g_clip_c2s.data = 0;
@@ -968,7 +968,7 @@ clipboard_process_format_announce(struct stream *s, int clip_msg_status,
LLOGLN(10, ("clipboard_process_format_announce %d", clip_msg_len));
clipboard_send_format_ack();
- fuse_clear_clip_dir();
+ xfuse_clear_clip_dir();
g_clip_c2s.converted = 0;
desc[0] = 0;