/* A little bit of caching to avoid trips to X. */
cache.win = root;
// wtf - get root of root window? pointless!
-// cache.root = ecore_x_window_root_get(root);
+ cache.root = ecore_x_window_root_get(root);
cache.root = root;
}
win = ecore_x_window_shadow_tree_at_xy_with_skip_get(cache.root, x, y, ignore_win, 2);
{
/* TODO: Check if hostname is in file:// uri */
if (!strncmp(files->files[i], "file://", 7))
- l = eina_list_append(l, files->files[i] + 7);
+ l = eina_list_append(l, files->files[i]);
/* TODO: download files
else if (!strncmp(files->files[i], "http://", 7))
else if (!strncmp(files->files[i], "ftp://", 6))