summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Calvin Lee <cyrus296@gmail.com>2017-06-13 12:42:11 -0700
committerLibravatar Calvin Lee <cyrus296@gmail.com>2017-06-13 12:42:11 -0700
commit33fdae2001f489c40667797ce3bc50eedb352ee0 (patch)
tree03b220c43ada1864fc1e44082c614de3b073a6ca /include
parentFix Catching NewIcon Signal (diff)
downloadsway-33fdae2001f489c40667797ce3bc50eedb352ee0.tar.gz
sway-33fdae2001f489c40667797ce3bc50eedb352ee0.tar.zst
sway-33fdae2001f489c40667797ce3bc50eedb352ee0.zip
Remove Xembed Support
Xembed support is premature in sway and should be postponed. This commit only removes swaybar starting xembedsniproxy, if users would like, they can still start xembedsniproxy manually, however there will be no official support.
Diffstat (limited to 'include')
-rw-r--r--include/swaybar/bar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index 9f5bf400..010e1f84 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -15,9 +15,6 @@ struct bar {
15 int ipc_socketfd; 15 int ipc_socketfd;
16 int status_read_fd; 16 int status_read_fd;
17 pid_t status_command_pid; 17 pid_t status_command_pid;
18#ifdef ENABLE_TRAY
19 pid_t xembed_pid;
20#endif
21}; 18};
22 19
23struct output { 20struct output {