diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-07-31 11:09:23 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-07-31 11:09:23 -0700 |
commit | 05bb56b676c4727719179aa9bae14a7862bd1075 (patch) | |
tree | 5626eeec8e7a88d006e3ab65b2a2366f5f42be46 /sesman/chansrv/clipboard.c | |
parent | 0e6210fb13f65c0a96c4dda98ac6b89fd3974b99 (diff) | |
download | xrdp-proprietary-05bb56b676c4727719179aa9bae14a7862bd1075.tar.gz xrdp-proprietary-05bb56b676c4727719179aa9bae14a7862bd1075.zip |
chansrv: rail, open X later, release window manager on rail disconnect
Diffstat (limited to 'sesman/chansrv/clipboard.c')
-rw-r--r-- | sesman/chansrv/clipboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/chansrv/clipboard.c b/sesman/chansrv/clipboard.c index 1cc83d06..44add0c4 100644 --- a/sesman/chansrv/clipboard.c +++ b/sesman/chansrv/clipboard.c @@ -112,6 +112,7 @@ clipboard_init(void) { return 0; } + xcommon_init(); clipboard_deinit(); rv = 0; if (rv == 0) |