};
#define N_ESCAPES ((int)(sizeof(escapes) / sizeof(escapes[0])))
-static const char *image_extensions[] =
-{
- ".png",
- ".jpg", ".jpeg", ".jpe", ".jfif", ".jfi",
- ".bmp",
- ".xpm",
- ".ppm", "pgm", ".pbm", ".pnm",
- ".gif",
- ".tif", ".tiff",
- ".svg", ".svg.gz",
- ".tga", ".targa",
-
- NULL
-};
-
static Cnp_Atom atoms[CNP_N_ATOMS] = {
[CNP_ATOM_TARGETS] = {
"TARGETS",
Ecore_X_Selection_Data *data;
Ecore_X_Selection_Data_Files *files;
Paste_Image *pi;
- char *p, *pp;
+ char *p;
data = notify->data;
cnp_debug("data->format is %d %p %p\n", data->format, notify, data);