use input window for evry clipboard
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 1 Aug 2013 11:11:50 +0000 (12:11 +0100)
committerMike Blumenkrantz <zmike@samsung.com>
Wed, 15 Jan 2014 01:28:56 +0000 (20:28 -0500)
src/modules/everything/evry_plug_clipboard.c

index 1256165..7b4ff24 100644 (file)
@@ -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