From 20c550d278ed5833bb25c3bfb9d35d775fdb5291 Mon Sep 17 00:00:00 2001 From: Arnon Gilboa Date: Mon, 18 Oct 2010 10:03:46 +0200 Subject: spicec: add foreign menu Spice foreign menu enables external control of the client menu. The foreignmenu protocol enables an external application to: add a submenu, set its title, clear it, add/modify/remove an item etc. Foreign menu is based on the cross-platform named pipe. --- client/x11/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/x11') diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am index 02aa8eb2..f6e9fda7 100644 --- a/client/x11/Makefile.am +++ b/client/x11/Makefile.am @@ -61,6 +61,8 @@ RED_COMMON_SRCS = \ $(CLIENT_DIR)/debug.h \ $(CLIENT_DIR)/display_channel.cpp \ $(CLIENT_DIR)/display_channel.h \ + $(CLIENT_DIR)/foreign_menu.cpp \ + $(CLIENT_DIR)/foreign_menu.h \ $(CLIENT_DIR)/glz_decoded_image.h \ $(CLIENT_DIR)/glz_decoder_config.h \ $(CLIENT_DIR)/glz_decoder.cpp \ -- cgit