diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-10-04 22:55:06 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-10-04 22:55:06 -0700 |
commit | 5e271a02ac73a3d1d5542dcfd1b0b09e62005ebd (patch) | |
tree | 697d74860b30f7084abc6b20cd85f1cb7daa09ee /sesman/chansrv/xcommon.c | |
parent | 5b0eaa4a9b828da75563238c245061284ef09a73 (diff) | |
download | xrdp-proprietary-5e271a02ac73a3d1d5542dcfd1b0b09e62005ebd.tar.gz xrdp-proprietary-5e271a02ac73a3d1d5542dcfd1b0b09e62005ebd.zip |
chansrv: work on file copy / paste
Diffstat (limited to 'sesman/chansrv/xcommon.c')
-rw-r--r-- | sesman/chansrv/xcommon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sesman/chansrv/xcommon.c b/sesman/chansrv/xcommon.c index f7f95768..9388a4f6 100644 --- a/sesman/chansrv/xcommon.c +++ b/sesman/chansrv/xcommon.c @@ -25,6 +25,9 @@ #include "clipboard.h" #include "rail.h" +#undef LOG_LEVEL +#define LOG_LEVEL 11 + extern int g_clip_up; /* in clipboard.c */ extern int g_waiting_for_data_response; /* in clipboard.c */ extern int g_waiting_for_data_response_time; /* in clipboard.c */ |