From 7d3ab683351a3ab532dd3966f87c0bd13a17c0e1 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 1 Aug 2013 12:11:50 +0100 Subject: [PATCH] use input window for evry clipboard --- src/modules/everything/evry_plug_clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/everything/evry_plug_clipboard.c b/src/modules/everything/evry_plug_clipboard.c index 1256165ad..7b4ff24be 100644 --- a/src/modules/everything/evry_plug_clipboard.c +++ b/src/modules/everything/evry_plug_clipboard.c @@ -26,7 +26,7 @@ evry_plug_clipboard_init(void) if (!evry_api_version_check(EVRY_API_VERSION)) return EINA_FALSE; - Ecore_X_Window win = ecore_x_window_new(0, 0, 0, 1, 1); + Ecore_X_Window win = ecore_x_window_input_new(0, 0, 0, 1, 1); if (!win) return EINA_FALSE; //FIXME: Icon name doesn't follow FDO Spec